mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-22 23:56:51 +01:00
Update EEPROM content for new settings
Modify EEPROM content to reflect the possible settings Add a buffer format function to query/write EEPROM instead of always using string function to save space. Update Reset/Print Configuration with new settings Code Cleaning Some settings stay default as no real add value currently to allow to change them
This commit is contained in:
@@ -92,7 +92,7 @@ void handle_web_interface_root()
|
||||
LABEL_UNITS(sbuf,F("CPU Frequency: "),system_get_cpu_freq(),F("Hz"))
|
||||
LABEL_UNITS(sbuf,F("Free Memory: "),String(system_get_free_heap_size()),F(" octets"))
|
||||
LABEL(sbuf,F("SDK Version: "),system_get_sdk_version())
|
||||
#if MDNS_FEATURE
|
||||
#ifdef MDNS_FEATURE
|
||||
sstatus = F("http://");
|
||||
sstatus+=LOCAL_NAME;
|
||||
LABEL_UNITS(sbuf,F("mDNS name: "),sstatus,F(".local"))
|
||||
|
||||
Reference in New Issue
Block a user