this is using the mbed os version 5-13-1
Diff: source/common_types.h
- Branch:
- PassingRegression
- Revision:
- 114:b11bb96c09f3
- Parent:
- 104:11e9605093c9
- Child:
- 116:2296cf274661
--- a/source/common_types.h Sat May 18 10:50:49 2019 +0000
+++ b/source/common_types.h Sat May 18 15:44:48 2019 +0000
@@ -46,6 +46,16 @@
typedef enum
{
+ MAIN_IDLE,
+ START_BLE,
+ STOP_BLE,
+ START_WIFI,
+ STOP_WIFI
+}main_states_t;
+
+
+typedef enum
+{
RESPONSE_OK,
TLS_CONNECTION_FAILED,
HTTP_REQUEST_FAILED