ESPuino
ESPuino copied to clipboard
RFID-controlled musicplayer powered by ESP32
Volume is correctly read from NVS for initialVolume or previousVolume but was never correctly set when starting the AudioPlayer_Task. This fixes it. Tested with and without USE_LAST_VOLUME_AFTER_REBOOT defined
- Using Thread-Safe I2C - Optimising Performance - stabilized Handling for Feature PAUSE_WHEN_RFID_REMOVED
Centralising I2C-Functions Implementing Thread-Safe I2C Communication when use with multiple I2C-devices
The READMEs in all PCB directory state _However, all Kicad-files used are provided as well._ I found Kicad files for an older revision of the Lolin32 Espuino but for all...
Hey, ``` MQTT-Nachricht empfangen: [Topic: Cmnd/ESPuino/SleepTimer] [Command: EOT] Sleep-Timer: Nach dem Ende des laufenden Tracks. MQTT-Nachricht empfangen: [Topic: Cmnd/ESPuino/SleepTimer] [Command: 0] Sleep-Timer ist bereits deaktiviert. ``` After EOP, EOT, and...
I think it would be nice if there is a more elegant way for handling i18n. In my opinion the serial debug (backend) translations are not so important. More important...
As mentioned in the [forum](https://forum.espuino.de/t/espuno-und-nymea-homeautomation/1354) I worked on a few improvements for MQTT. See the individual commit messages for details. Since this is my first contribution, please let me know...
This change adds a pre build script that generates a `gitrevision.h` header with the current git revision. That is then logged in the serial console and web log. When comparing...
I have been asked if it were possible to display charging progress while plugged in and turned off. Apparently it can be annoying to not see the charging state easily....
https://github.com/biologist79/ESPuino/blob/1c8195673f2e676de582f1d76fd88139fe8ac88f/REST-API.yaml#L35C1-L37C64 The API definition above it specifies that a `GET` of `/explorer` should return an array of objects with `isDir = true` if a file is a directory. Instead, the...