1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

update to SDK 1.1.1_15_06_05

This commit is contained in:
Markus Sattler
2015-06-06 13:48:53 +02:00
parent f889d3b749
commit 7c45873ffb
15 changed files with 68 additions and 7 deletions

View File

@ -24,5 +24,6 @@ typedef void (*sc_callback_t)(sc_status status, void *pdata);
const char *smartconfig_get_version(void);
bool smartconfig_start(sc_type type, sc_callback_t cb, ...);
bool smartconfig_stop(void);
bool esptouch_set_timeout(uint8 time_s); //15s~255s, offset:45s
#endif