Merge commit 'refs/pull/379/head' of https://github.com/zjs81/meshcore-open into test-regions

This commit is contained in:
HDDen
2026-05-31 00:06:16 +03:00
33 changed files with 1710 additions and 47 deletions
+2
View File
@@ -176,6 +176,8 @@ class BleDebugLogService extends ChangeNotifier {
return 'CMD_SET_CUSTOM_VAR';
case cmdSendTracePath:
return 'CMD_SEND_TRACE_PATH';
case cmdSetFloodScope:
return 'CMD_SET_FLOOD_SCOPE';
default:
return null;
}