Skip to content

Releases: blues/note-arduino

v1.6.6

25 Mar 19:03
4618c1b
Compare
Choose a tag to compare

What's Changed

v1.6.5 - Improved SoftwareSerial support for RP2040

26 Feb 17:12
9fc7e1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.6.5

v1.6.4 - Software Serial Support

25 Feb 17:11
9a3a264
Compare
Choose a tag to compare

What's Changed

  • feat: Software Serial support
    • feat: feature switch NOTE_ARDUINO_SOFTWARE_SERIAL_SUPPORT
    • chore: migrate preprocessor defines to NoteDefines.h for propagation
    • chore: Tests for new functionality
  • feat: Release Process Documentation
  • chore: Update note-c dependency
  • chore: Upgraded GitHub CI Actions (mandatory)
  • chore: Added Cygnet to CI testing matrix
  • chore: Updated arduino-cli in dev container
  • chore: Add type safety to singleton make_ functions

Full Changelog: v1.6.3...v1.6.4

v1.6.3

21 Aug 13:41
Compare
Choose a tag to compare

Full Changelog: v1.6.2...v1.6.3

v1.6.2

20 Aug 23:27
Compare
Choose a tag to compare

Full Changelog: v1.6.1...v1.6.2

v1.6.1

20 Aug 11:45
a1f2943
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

24 Jun 00:11
db721b3
Compare
Choose a tag to compare

What's Changed

  • Update note-c dependency to 2.2.1
  • Introduced end() method and formalized behavior
  • Included version in User Agent information
  • other minor improvements

Full Changelog: v1.5.4...v1.6.0

v1.5.4

01 Feb 21:27
3f35165
Compare
Choose a tag to compare
  • Examples now work on low memory platforms, such as Arduino Uno.
  • Fixed a bug that caused faulty I2C communication with the Notecard on 8-bit MCUs.
  • Improved JSON number handling.
  • Deprecated logDebug and logDebugf.

Remove PLATFORMIO define from test build.

26 Dec 19:39
c54d450
Compare
Choose a tag to compare
Simplify note-c subtree and add a script for updating it. (#122)

Prior to this commit, we were including everything from note-c. Now, we've
removed all the unneeded subdirectories, most notably test/, which caused all
sorts of problems because the Arduino build system has no way of ignoring
folders. In the future, when note-c needs to be bumped, use
scripts/upate_note_c.sh.

Notepod Support (note-c v2.1.1)

22 Dec 04:04
00c87ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2