Dependencies:   nRF51822

Revision:
39:93d6d459c76c
Parent:
38:4b06a103c044
Child:
40:adabdb1c5abe
--- a/Source/main.cpp	Wed Dec 18 18:09:10 2019 +0000
+++ b/Source/main.cpp	Thu Dec 19 19:17:51 2019 +0000
@@ -427,7 +427,7 @@
 
         case 's': // status
             switch(tolower(cmd[1])) {
-                case 0: // old, check battery voltage
+                case 'b': // old, check battery voltage
                     batt_voltage = read_battery_voltage();
                     BLE_UART_xmit("Bat=");
                     BLE_UART_xmit(batt_voltage);