Jack Jansen
Jack Jansen
It appears iotsa has dropped out of the Arduino Library registry. Unsure when this happened. When we do a release (probably soonish) get it added again. Instructions are at https://github.com/arduino/library-registry.
The problem is most obvious with hps but also with http: because the connection remains open and isn't always terminated when the device reboots `iotsa` doesn't notice the mode has...
Right now they return true/false. But that doesn't distinguish between errors, for example no permission, not in config mode, or name not found. Maybe they should return a HTTP status...
The versioning is not good. The version number is not PEP440 compatible, and the version.h and version.py files change too often. https://pypi.org/project/setuptools-scm/ is part of the solution. Creating the version.h...
It might be easy to capture logs with https://github.com/LennartHennigs/ESPTelnet need to investigate.
The API needs to be documented, and put on readthedocs.
Subject says all.
Just like the rotary encoder (#58) the various other edge-based buttons should also be interrupt-driven.
The new `jsonBufSize` parameter to REST calls (to set the `DynamicJsonDocument` size on the board, to handle larger JSON documents) needs to be incorporated into the Python package. And probably...
The backup module needs to feed the watchdog. It can take forever.