sensebox / node-sketch-templater

Arduino sketch templates used by the openSenseMap-api
MIT License
2 stars 2 forks source link

New ssl library for wifi variants #140

Open PaulReichmuth opened 1 year ago

PaulReichmuth commented 1 year ago

New library for SSL functionality with senseBox:home. Should mitigate issues where sketch hangs indefinitely after 1-2 POST-Requests and is proven to be working up to 2700 Requests before resetting. Also enables automatic reset on connection failure that was blocked through a infinite loop in BearSSL.

PaulReichmuth commented 1 year ago

Tests are still failing, will investigate later.

PaulReichmuth commented 12 months ago

@mariopesch Could you recheck the wifi-sketches and provide feedback if neccessary?