Commit 6e04dec 1 parent afb1ea3 commit 6e04dec Copy full SHA for 6e04dec
File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.30.0
2
+ ---
3
+ - ** new devices**
4
+ - ** comboat**
5
+ - Add wifi driver comboat for Elecrow W5 rp2040 and rp2350 devices (#741 )
6
+ - ** max6675**
7
+ - Add MAX6675 device
8
+ - ** TMC2209**
9
+ - Added TMC2209 support (#727 )
10
+ - ** TMC5160**
11
+ - Added TMC5160 support (#725 )
12
+ - ** sharpmem**
13
+ - Add sharpmem (#724 )
14
+
15
+ - ** enhancements**
16
+ - ** net**
17
+ - move to latest golang.org/x/net v0.33.0 (#732 )
18
+ - ** microphone**
19
+ - update microphone driver to use latest i2s interface
20
+
21
+ - ** bugfixes**
22
+ - ** net**
23
+ - fix typo in DHCP error message
24
+ - ** aht20**
25
+ - Fixed bug in aht20 driver
26
+ - ** hub75**
27
+ - fix data buffering
28
+
29
+
1
30
0.29.0
2
31
---
3
32
- ** new devices**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package drivers
2
2
3
3
// Version returns a user-readable string showing the version of the drivers package for support purposes.
4
4
// Update this value before release of new version of software.
5
- const Version = "0.29 .0"
5
+ const Version = "0.30 .0"
You can’t perform that action at this time.
0 commit comments