Releases: Johboh/EspNowNetwork
Releases · Johboh/EspNowNetwork
0.7.1
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
- 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).