update

Dependencies:   mbed-STM32F103C8T6_new

Revision:
3:30d61fa10b98
Parent:
2:f48b0967b6cc
Child:
7:155d5b6a416f
--- a/main.h	Thu Apr 16 07:15:00 2020 +0000
+++ b/main.h	Sat Apr 18 06:31:52 2020 +0000
@@ -50,13 +50,13 @@
 static DigitalIn Hall2(PB_3);
 
 static Serial bt_uart(PA_9, PA_10);
-static Serial wifi_uart(PA_2, PA_3);
-static Serial debug_uart(PB_10, PB_11);
+//static Serial wifi_uart(PA_2, PA_3);
+//static Serial debug_uart(PB_10, PB_11);
 
 static InterruptIn FrontKey(PA_4);
 static InterruptIn DebugKey(PA_12);
 
-//static DigitalOut WIFI_PWREN(PC_13);
+static DigitalOut WIFI_PWREN(PC_13);
 
 static AnalogIn SensorCurrent(PA_0);
 static AnalogIn BatteryVoltage(PA_1);