File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
Name: arduino
2
- Version: 0.11 .0
3
- Date: 2023-07-19
2
+ Version: 0.12 .0
3
+ Date: 2023-12-22
4
4
Author: John Donoghue <
[email protected] >
5
5
Maintainer: John Donoghue <
[email protected] >
6
6
Title: Octave Arduino Toolkit
Original file line number Diff line number Diff line change 1
- Summary of important user-visible changes for arduino 0.11.0+ :
1
+ Summary of important user-visible changes for arduino 0.12.0 :
2
2
-------------------------------------------------------------------
3
3
4
4
** Minor doc changes
@@ -10,6 +10,8 @@ Summary of important user-visible changes for arduino 0.11.0+:
10
10
11
11
** Added additional scanForArduinos functionality
12
12
13
+ ** expanded search for arduino binary
14
+
13
15
Summary of important user-visible changes for arduino 0.11.0:
14
16
-------------------------------------------------------------------
15
17
Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ Currently the toolkit recognizes these boards:
88
88
89
89
* nano rp2040 connect
90
90
91
+ * nano esp32
92
+
91
93
* promini
92
94
93
95
* promicro
Original file line number Diff line number Diff line change 22
22
#include < Arduino.h>
23
23
24
24
#define VERSION_MAJOR 0
25
- #define VERSION_MINOR 11
25
+ #define VERSION_MINOR 12
26
26
#define VERSION_PATCH 0
27
27
28
28
#if defined(ARDUINO_SAM_DUE)
You can’t perform that action at this time.
0 commit comments