Skip to content

Commit 6c98a17

Browse files
committed
Update CHANGELOG for v0.3.4
1 parent 635be0a commit 6c98a17

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.3.4
2+
3+
### FEATURES
4+
5+
- Local Build: Specify custom toolchain with `GCC_PREFIX` environment variable ([firmware](https://github.com/spark/firmware/pull/328), [core-common-lib](https://github.com/spark/core-common-lib/pull/39), [core-communication-lib](https://github.com/spark/core-communication-lib/pull/29))
6+
7+
### ENHANCEMENTS
8+
9+
- Wiring: More efficient and reliable `print(String)` (fix issue [#281](https://github.com/spark/firmware/issues/281)) [#305](https://github.com/spark/firmware/pull/305)
10+
- DFU: Add DFU suffix to .bin file [#323](https://github.com/spark/firmware/pull/323)
11+
12+
### BUGFIXES
13+
14+
- I2C: Use I2C polling mode by default [#322](https://github.com/spark/firmware/pull/322)
15+
- Listening Mode: Fix hard fault when Wi-Fi is off [#320](https://github.com/spark/firmware/pull/320)
16+
- LED Interaction: Fix breathing blue that should be blinking green [#315](https://github.com/spark/firmware/pull/315)
17+
18+
119
## v0.3.3
220

321
### FEATURES

0 commit comments

Comments
 (0)