MQTT client testing is OK

This commit is contained in:
maxxir_w
2019-04-06 12:47:19 +04:00
parent 36c836d1b7
commit 10d09c2e94
25 changed files with 3194 additions and 37 deletions

View File

@@ -41,6 +41,8 @@ static FATFS Fatfs; //File system object for each logical drive. >= 2
#define PRINTF(...)
#endif
#define SPRINTF(__S, FORMAT, args...) sprintf_P(__S, PSTR(FORMAT),##args)
#define IP_WORK
//SPI CLOCK 4 or 8Mhz
@@ -67,6 +69,7 @@ extern const char compile_time[] PROGMEM;
extern const char str_prog_name[] PROGMEM;
extern wiz_NetInfo netInfo;
extern uint8_t MQTT_targetIP[4];
#define CHK_RAM_LEAKAGE
#define CHK_UPTIME