File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.12.0
2+ ---
3+ - ** new devices**
4+ - hcsr04: Added HC-SR04 ultrasonic distance sensor. (#143 )
5+ - spi/qspi: Low-level IO driver for serial flash memory via SPI and QSPI (#124 )
6+ - tmp102: TMP102 low-power digital temperature sensor (#141 )
7+ - amg88xx: AMG88xx thermal camera module
8+ - ** bugfixes**
9+ - mqtt: reduce use of goroutines in router to not start a new goroutine for each invocation of each callback
10+
1110.11.0
212---
313- ** new devices**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package drivers
22
33// Version returns a user-readable string showing the version of the drivers package for support purposes.
44// Update this value before release of new version of software.
5- const Version = "0.11 .0"
5+ const Version = "0.12 .0"
You can’t perform that action at this time.
0 commit comments