python icon indicating copy to clipboard operation
python copied to clipboard

Alert users about ESP32 Specific Settings

Open garthvh opened this issue 3 years ago • 0 comments

ESP32 Only Settings

  • [ ] Config.Power.ChargeCurrent
  • [ ] Config.Power.IsPowerSaving
  • [ ] Config.Power.lsSecs
  • [ ] Device.NtpServer
  • [ ] ModuleConfig.Range Test
  • [ ] ModuleConfig.Serial Plugin
  • [ ] ModuleConfig.MQTT Modules
  • [ ] Config.WiFi Settings

Users are setting wait_bluetooth_secs and is_always_powered on nrf52 devices where they have no effect, mostly in an effort to fix the broken t-echo.

It would be good if we could not set these values for nrf52 and instead tell the user they don't apply.

garthvh avatar Jan 29 '22 17:01 garthvh