We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d871be6 commit f2c853dCopy full SHA for f2c853d
arduino-cli-mode.el
@@ -178,7 +178,7 @@
178
(defun arduino-cli--board ()
179
"Get connected Arduino board."
180
(let* ((output (arduino-cli--cmd-json "board list"))
181
- (ports (alist-get 'detected-ports output))
+ (ports (alist-get 'detected_ports output))
182
(boards (seq-filter #'arduino-cli--arduino? ports))
183
(boards-info (seq-map (lambda (m) (thread-first (assoc 'boards m) cdr (seq-elt 0))) boards))
184
(informed-boards (cl-mapcar (lambda (m n) (map-merge 'list m n)) boards boards-info))
0 commit comments