John
John
Under Platformio 4.2, when running `platformio init --ide=clion` I get a CMakelists.txt that starts with the following line and has numerous build targets, including ones for uploading a filesystem, rebuilding...
This PR brings feature_asyncwebserver up to date with master, and also gets the branch to a point where most of the tests compile. Although there is a lot of work...
This PR is a **breaking change to the library**, introducing a new filesystem variable in the `esp32FOTA` constructor. This is intended to be used similar to the following: **Spiffs Example:**...
As written, this library assumes that users are using SPIFFS. An example of this is: https://github.com/chrisjoyce911/esp32FOTA/blob/6648c9d5d1e9f9188cd30915588875eba88caec0/src/esp32fota.cpp#L52 It would be good to be able to select between SPIFFS and LittleFS for...
FYI, with the 64bit version of Ubuntu, Fermentrack won't install. It can't find the right containers. On the 32bit version it appears to install and run correctly (not including whatever...
### Discussed in https://github.com/thorrak/fermentrack/discussions/646 Originally posted by **uSlackr** June 18, 2021 This might be worth watching - easier path to device configuration & deployment: https://www.home-assistant.io/blog/2021/06/16/power-up-your-esp-projects/
## About the upcoming pull request In an upcoming PR (#462) I upgrade Fermentrack to Django 3.0 which requires Python 3.7 or later. Unfortunately, on Raspbian Stretch the Python packages...
Once a TiltBridge object is created through the "Add a Tilt" workflow, management/forced reconfiguration of the TiltBridge device can only be done through the admin interface. I need to add...
I regularly forget to turn control mode off when I end logging for a beer. Would it be possible to do that as part of the 'end logging' step? Maybe...
...possibly in place of log interval Is there a way to add a box for gravity on the Temp controller dashboard? I'd rather see it than the Log Interval setting,...