got most of the WebUI updated and working
This commit is contained in:
8
Software/src/common.cpp
Normal file
8
Software/src/common.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "common.h"
|
||||
|
||||
const char *BatteryString[] = {
|
||||
"Undefined",
|
||||
"LiPo 2S",
|
||||
"LiPo 3S"};
|
||||
|
||||
const size_t BatteryString_Elements = sizeof(BatteryString) / sizeof(BatteryString[0]);
|
Reference in New Issue
Block a user