Adafruit_Wippersnapper_Arduino
Adafruit_Wippersnapper_Arduino copied to clipboard
WipperSnapper is a firmware for creating no-code IoT electronics projects.
When a file system corruption is detected, or a problem with the secrets or bootlog files, then they are recreated. This doesn't happen for display config json file.
Fix node warnings. Similar to https://github.com/adafruit/Adafruit_Wippersnapper_Arduino/pull/508
### Note to self: Remove Alert from Guide page once resolved: https://learn.adafruit.com/pm25-air-quality-sensor/wippersnapper **Describe the bug** Originally running on **Feather ESP32v2** latest wippersnapper (and a few versions ago, maybe 60's), also...
Within the `connect()` loop, [there is a blocking loop that polls until the `pinCfgCompleted` flag is set](https://github.com/adafruit/Adafruit_Wippersnapper_Arduino/blob/main/src/Wippersnapper.cpp#L2761). While Loren and I were auditing code in preparation for the transition to...
***Souce*** Forums, https://forums.adafruit.com/viewtopic.php?p=980542#p980542 ***Arduino board*** MagTag **To Reproduce** Steps to reproduce the behavior: 1. Choose any of the following actions 2. rename `secrets.json` to `secrets.old` 3. edit `secrets.json` (using notepad,...
**Describe the bug** _A clear and concise description of what the bug is:_ An error is shown in serial output: ``` E (4097) task_wdt: delete_entry(232): task not found ``` Discovered...
Not quite sure what I'm asking for here, but it keeps reoccurring to me so sticking it here for now in undigested form. Initially I wanted the status LED for...