feat: prepare v1.16.07 firmware release

This commit is contained in:
mikecarper
2026-07-18 14:53:56 -07:00
parent 129e687c02
commit ccce0c8d75
95 changed files with 5550 additions and 278 deletions
+3
View File
@@ -1,4 +1,5 @@
#include "SensorMesh.h"
#include <helpers/CLICommandUtils.h>
static uint32_t nextRadioApplyRetryDelay(uint8_t& failure_count) {
uint8_t shift = failure_count < 5 ? failure_count : 5;
@@ -503,6 +504,8 @@ void SensorMesh::handleCommand(uint32_t sender_timestamp, char* command, char* r
command += 3;
}
mesh::cli::normalizeCommandVerb(command);
// first, see if this is a custom-handled CLI command (ie. in main.cpp)
if (handleCustomCommand(sender_timestamp, command, reply)) {
return; // command has been handled