added LoraUartCommand Interpreter

This commit is contained in:
2023-05-25 19:59:34 +02:00
parent 65d51f13aa
commit 268c204957
3 changed files with 65 additions and 5 deletions

View File

@@ -45,6 +45,7 @@ typedef struct Globals_s
bool hasDTC;
int loadvoltage_mV = 0;
int battery_level = 0;
bool timer_disabled = false;
} Globals_t;
extern Globals_t globals;