Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
jameszah c578453566
Update README.md 2022-10-17 19:09:45 -06:00
jameszah d971cb78cd
Update ESP32-CAM-Video-Telegram_9.5.ino 2022-10-17 14:09:21 -06:00
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -22,6 +22,10 @@ https://ko-fi.com/jameszah/
6. EPPROM - all your parameters are saved in EPROM, so it should boot back to the same configuration
7. PSRAM - now checks your available PSRAM, so 2MB and 8MB modules should now work
Bugs
1. use /dis_avi instead of /disavi as it says in the instructions, corrected in the code
--------------
<br/>
Jan 17, 2022

Wyświetl plik

@ -406,7 +406,7 @@ void handleNewMessages(int numNewMessages) {
do_eprom_write();
}
if (text == "/dis_avi") {
if (text == "/disavi") {
avi_enabled = false;
do_eprom_write();
}