LoRa Access Point 1.5.2018
Dependencies: mbed ds3231 SX1276Lib_LoRa_Access_Point
Diff: ESP8266.h
- Revision:
- 1:7543af31b91f
- Parent:
- 0:ea088908ad26
- Child:
- 2:0499e1d037a5
diff -r ea088908ad26 -r 7543af31b91f ESP8266.h --- a/ESP8266.h Wed Apr 18 20:33:15 2018 +0000 +++ b/ESP8266.h Wed Apr 18 22:05:03 2018 +0000 @@ -2,6 +2,7 @@ #define ESP8266_H #include "mbed.h" +#include "Board.h" #include "HC05.h" #define BAUDRATE 115200 @@ -28,7 +29,7 @@ void RxWifiInterrupt(); public: ESP8266(PinName tx, PinName rx, PinName reset); - ESP8266(); +// ESP8266(); void Init(); void SendCommand(char* command, char* answer ,int timeoutMs); void SetIpOfServer(char* command);