@@ -575,27 +575,25 @@ class Config(google.protobuf.message.Message):
575575 DEVICE_BATTERY_INA_ADDRESS_FIELD_NUMBER : builtins .int
576576 is_power_saving : builtins .bool
577577 """
578- If set, we are powered from a low-current source (i.e. solar), so even if it looks like we have power flowing in
579- we should try to minimize power consumption as much as possible.
580- YOU DO NOT NEED TO SET THIS IF YOU'VE set is_router (it is implied in that case).
581- Advanced Option
578+ Description: Will sleep everything as much as possible, for the tracker and sensor role this will also include the lora radio.
579+ Don't use this setting if you want to use your device with the phone apps or are using a device without a user button.
580+ Technical Details: Works for ESP32 devices and NRF52 devices in the Sensor or Tracker roles
582581 """
583582 on_battery_shutdown_after_secs : builtins .int
584583 """
585- If non-zero, the device will fully power off this many seconds after external power is removed.
584+ Description: If non-zero, the device will fully power off this many seconds after external power is removed.
586585 """
587586 adc_multiplier_override : builtins .float
588587 """
589588 Ratio of voltage divider for battery pin eg. 3.20 (R1=100k, R2=220k)
590589 Overrides the ADC_MULTIPLIER defined in variant for battery voltage calculation.
591- Should be set to floating point value between 2 and 4
592- Fixes issues on Heltec v2
590+ https://meshtastic.org/docs/configuration/radio/power/#adc-multiplier-override
591+ Should be set to floating point value between 2 and 6
593592 """
594593 wait_bluetooth_secs : builtins .int
595594 """
596- Wait Bluetooth Seconds
597- The number of seconds for to wait before turning off BLE in No Bluetooth states
598- 0 for default of 1 minute
595+ Description: The number of seconds for to wait before turning off BLE in No Bluetooth states
596+ Technical Details: ESP32 Only 0 for default of 1 minute
599597 """
600598 sds_secs : builtins .int
601599 """
@@ -606,16 +604,13 @@ class Config(google.protobuf.message.Message):
606604 """
607605 ls_secs : builtins .int
608606 """
609- Light Sleep Seconds
610- In light sleep the CPU is suspended, LoRa radio is on, BLE is off an GPS is on
611- ESP32 Only
612- 0 for default of 300
607+ Description: In light sleep the CPU is suspended, LoRa radio is on, BLE is off an GPS is on
608+ Technical Details: ESP32 Only 0 for default of 300
613609 """
614610 min_wake_secs : builtins .int
615611 """
616- Minimum Wake Seconds
617- While in light sleep when we receive packets on the LoRa radio we will wake and handle them and stay awake in no BLE mode for this value
618- 0 for default of 10 seconds
612+ Description: While in light sleep when we receive packets on the LoRa radio we will wake and handle them and stay awake in no BLE mode for this value
613+ Technical Details: ESP32 Only 0 for default of 10 seconds
619614 """
620615 device_battery_ina_address : builtins .int
621616 """
0 commit comments