mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
a7
This commit is contained in:
@@ -41,7 +41,7 @@ Note: Version 2.0 is not backward compatible with v1.0. The File system structur
|
||||
common commands available in all contexts:
|
||||
exit
|
||||
help
|
||||
log [level] [trace ID]
|
||||
log [level] [trace ID] [raw]
|
||||
su
|
||||
|
||||
(top level)
|
||||
@@ -124,7 +124,6 @@ thermostat
|
||||
### **Known issues, bugs and improvements currently working on**
|
||||
|
||||
```
|
||||
TODO when doing show, should we sort the ems devices?
|
||||
TODO figure out why sometimes telnet on ESP32 (and sometimes ESP8266) has slow response times. After a manual reset it seems to fix itself. Perhaps the telnet service needs to start after the wifi is up & running.
|
||||
TODO Get the ESP32 UART code working.
|
||||
TODO sometimes with tx_mode 0 there are a few CRC errors due to collision when waiting for a BRK signal.
|
||||
@@ -152,4 +151,6 @@ TODO See if it's easier to use timers instead of millis() timers, using https://
|
||||
```
|
||||
TODO merge in the web code which has the Captive AP and better wifi reconnect logic. Use IPV6 and NTP from lwip2
|
||||
TODO decide if I want to port over the shower one-shot cold water logic. Don't think its used.
|
||||
TODO when doing show in telnet, should we sort the ems devices?
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user