Skip to content

Releases: Johboh/EspNowNetwork

0.7.1

11 Aug 12:32
df313d0
Compare
Choose a tag to compare
  • Split into four separate libraries: Shared, Node, Host and HostDriver. They where already split and built separately, but now we don't need to do magic in build files, and is compatible with Arduino IDE.

0.6.8

11 Aug 10:28
Compare
Choose a tag to compare
Update readme

0.6.7

09 Aug 14:42
Compare
Choose a tag to compare
  • Arduino IDE library fixes

0.6.6

04 Aug 12:35
Compare
Choose a tag to compare
  • Allow to call teardown even if no setup was performed

0.6.5

29 Mar 06:53
Compare
Choose a tag to compare
  • Add Firmware kicker, a way to explicitly notify that a new firmware is available.

0.6.4

24 Mar 10:52
Compare
Choose a tag to compare
  • Fix crash on multiple call to teardown for node
  • Support using host without delivered task

0.6.3

17 Mar 14:12
Compare
Choose a tag to compare
  • Removing some esp_restart() from the node library. Some are not needed as we can continue without them (on successful host discovery). Otherwise its up to the caller to restart when needed on their own behalf, but there is no restart needed other than after firmware update, on which we still restarts.
  • On firmware update response, which is triggered in a response to the challenge request during sending a message, the message will now be sent and then the firmware update is perform after message has been sent. It used to be that the message was never sent on firmware update as the firmware update was done instead. This behavior require an update to both nodes and host, but can be done independently and in any order (but both need to be updated for this behavior to work, otherwise firmware update will happen without sending the message as of now).

0.6.2

17 Mar 08:17
Compare
Choose a tag to compare
  • Fix stack overflow in host that could happen upon receiving message from node.
  • Improved API around FirmwareChecker.

0.6.1e

16 Mar 16:38
Compare
Choose a tag to compare
  • No functional change, but adding split libraries for Platform IO as well as library for Host Driver.

0.6.1

25 Feb 07:16
Compare
Choose a tag to compare
  • Allow for setup function to be called again on failure