Open rcarteraz opened 4 months ago
This is also missing for the heltec capsule sensor that is an esp32 device
Looked into this one a bit.
Issue seems to be here https://github.com/meshtastic/Meshtastic-Apple/blob/main/Meshtastic/Views/Settings/Config/PowerConfig.swift#L32
I think that either node
, deviceConfig
, or role
is undefined which ends up preventing ADC config. I don't have the full emulator set up to be able to test this though.
Firmware Version
All
What did you do?
Try to set ADC multiplier override but unable to because it’s only available on esp32 devices.
Expected Behavior
To be able to set the ADC multiplier override on non-esp32 boards such as nRF52 and pico.
Current Behavior
Setting is not available
Participation
Additional comments
No response