mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-09 18:05:37 +00:00
Merge remote-tracking branch 'IoTThinks/PowerSaving-v16' into keymindCascade
# Conflicts: # build-iotthinks.sh # examples/companion_radio/MyMesh.cpp # examples/simple_repeater/MyMesh.cpp # src/helpers/CommonCLI.cpp # src/helpers/CommonCLI.h # variants/rak4631/platformio.ini
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "SensorMesh.h"
|
||||
#include <helpers/CLICommandUtils.h>
|
||||
#include <helpers/radiolib/RXPowerSaving.h>
|
||||
|
||||
static uint32_t nextRadioApplyRetryDelay(uint8_t& failure_count) {
|
||||
uint8_t shift = failure_count < 5 ? failure_count : 5;
|
||||
|
||||
Reference in New Issue
Block a user