Skip to content

v0.9.380

Choose a tag to compare

@e2002 e2002 released this 20 Dec 20:56
· 44 commits to main since this release
  • SD Card - optimization and bug fixes
  • Config - improvements and bug fixes
  • Added stream format display in the web interface !!! A full update is required, including SPIFFS Data !!!
    (Alternatively, upload the new style.css.gz and script.js.gz files via the web interface.)
  • The content of yoRadio.ino has been moved to src/main.cpp
  • [www|uart|telnet] new command: reset - resets settings to default values. More details
  • Fixed compilation error: 'ets_printf' was not declared in this scope
  • fixed the issue with the non-functional HSPI bus
  • fixed the issue with saving settings on fresh ESP modules.
  • fixed the issue with displaying the settings page on fresh ESP modules after saving the weather key (a reset may be required)
  • fixed the issue with saving settings for TIMEZONE.
  • fixed compilation error for ESP32 cores >= 3.1.0
  • fixed freezing error with incorrectly configured RTC module
  • [www|uart|telnet] new command mode - change SD/WEB mode. (0 - WEB, 1 - SD, 2 - Toggle) example: http://<ipaddress>/?mode=2