minWakeSecs property
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 Technical Details: ESP32 Only 0 for default of 10 seconds
Implementation
@$pb.TagNumber(8)
$core.int get minWakeSecs => $_getIZ(6);
Implementation
@$pb.TagNumber(8)
set minWakeSecs($core.int value) => $_setUnsignedInt32(6, value);