Skip to content

Releases: gmag11/QuickESPNow

0.8.1

21 Feb 17:45
Compare
Choose a tag to compare

Add check to improve stability on ESP8266. See #10. Thanks @blazoncek

What's Changed

  • Avoid WDT reset on queued messages (on ESP8266) by @blazoncek in #10

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

19 Feb 13:31
Compare
Choose a tag to compare

New synchronous send mode

  • A Synchronous Sending Mode is introduced, where the send method supports a blocking mode, returning a value only after message send confirmation is received.
  • A detailed performance table is included for various message lengths and sending modes, offering a clear comparison between ESP32 and ESP8266 devices in both synchronous and asynchronous modes.

Full Changelog: 0.7.0...0.8.0

0.7.0

12 Feb 08:32
Compare
Choose a tag to compare

Now QuickDebug library is only needed if you actually want to get debug messages from library. This is not needed for normal use.

Small fix

18 Jun 15:41
Compare
Choose a tag to compare

Change data type in send to const

Use external debug library

12 Jun 17:38
Compare
Choose a tag to compare

First release

07 Jun 10:20
1860b53
Compare
Choose a tag to compare