Skip to content

Remote Firmware v1.10

Choose a tag to compare

@CircuitSetup CircuitSetup released this 08 Oct 14:44
· 383 commits to main since this release

1.10

  • Add emergency firmware update via SD (for dev purposes)
  • WM fixes (Upload, etc)
  • WM: Skip setting static IP params in Save
  • Add "No SD present" banner in Config Portal if no SD present
  • CP: Show msg instead of upload file input if no sd card is present 2025/10/03-05 (A10001986) [1.09]
  • More WiFiManager changes. We no longer use NVS-stored WiFi configs, all is managed by our own settings. (No details are known, but it appears as if the core saves some data to NVS on every reboot, this is totally not needed for our purposes, nor in the interest of flash longevity.)
  • Save static IP only if changed
  • Disable MQTT when connected to "TCD-AP"
  • Let DNS server in AP mode only resolve our domain (hostname) 2025/09/22-10/03 (A10001986)
  • WiFi Manager overhaul; many changes to Config Portal. WiFi-related settings moved to WiFi Configuration page. Note: If the Remote is in AP-mode, mp3 playback will be stopped when accessing Config Portal web pages from now on. This had lead to sound stutter and incomplete page loads in the past.
  • Various code optimizations to minimize code size and used RAM