Use preset IP address (in menuconfig) instead of DHCP client
Remove simplistic version of power down/up versions, and make timeout for its reporting configurable.
Add PCP client (old stuff, ported). Doesn't work though, so disabled calls to it.
Send WhatsApp messages. Implement power up/down messages, rate-limited.
Mention esp-idf-v5.3-beta1
Reduce verbosity, document filename pattern also at the top
Logging module now supports filenames with strftime patterns in them to allow e.g. a monthly log file.
Make DynDNS callable as a simple test of connectivity.
Saw a crash, increased from 2304 to 4096.
Avoid disabling the whole board by PMUtoggle()
Implement persistent logging - but no storage limitation yet.
Set low battery thresholds
Fix off by one error
Try to use interrupts from the AXP2101
Add header in html
Small changes to ease startup and status reporting.
Mostly cosmetic
Merge with Power class from other directory
Reduce verbosity
More cleanup
Some more cleanup
Add message on Cell network interruption.
Allow selective compile of WiFi and/or Cell conection code.
This moves most of the network connection code from C to C++, and into background tasks.
Intermediate result : move some of the GSM stuff into a task, seems to work.
Also pick up the verbose connection IP/DNS messages from my sample implementation
Simplify network class by moving stuff in a background task that kicks in only
Copy with calling start() more than once.
Remove excess braces
Avoid the ugly types in the handlers.
Small improvements
Continue to fiddle with this
First steps at building a page with both action buttons and info queried from the device.
Hook up power apis to web server.
Add WebServer
Configure littlefs dependency
Add comments
Slightly less minimal sample, but still.
Add some real code. It compiles, now let's look into correct results.
Upload initial version of minimal app, to extend with power management experiments.
README update
Cleanup
Uncleaned version with which I debugged the multi-stack support.
Remove dead code
This appears to work with one network enabled, not with two.
Mostly dead code removal
Work in progress. Next step : integrate DNS info.
Integrating my network framework with the GSM code, step 1 - just copying it together.
Add Gsm class files (empty for now)
Initial upload
Simplify
Update
Cleanup
small cleanup
Clean up some stuff from the example.
Update about success
Initial success with this, still uncertain about the wait after triggering the modem.
Add auth
cleanup
cleanup
Trying to get this to work.
Add working example (without the Arduino lib).
Cope with source not in the repo
Add board schematics
update
Add almost clean vendor example for driving the AXP2101 chip
Make debug output more readable
Delete empty dir
Working example from vendor
Clean up, replace by relevant stuff
Point to the right repo for XPowersLib
doc
Update
doc
Work in progress
Add initial directories