kopia lustrzana https://github.com/martin-ger/esp_mqtt
Applied WPA2 KRACK pathes, build with SDK 2.1.0
rodzic
a797c49715
commit
5f6e7545b2
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -1,2 +1,2 @@
|
|||
025760222451be2eb1e34b0a37672f7729b658a7 0x00000.bin
|
||||
ba26bda6ad0fad11c2a7af3204b54ba07b80c0f4 0x10000.bin
|
||||
8eb71cf1adb377181d3ab4555675c41e679db6a3 0x00000.bin
|
||||
1304910d7240dfde26a1ebb3712faa124a91c898 0x10000.bin
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "c_types.h"
|
||||
#include "ets_sys.h"
|
||||
#include "osapi.h"
|
||||
#include "os_type.h"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include "c_types.h"
|
||||
#include "mem.h"
|
||||
#include "ets_sys.h"
|
||||
#include "osapi.h"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include "c_types.h"
|
||||
#include "mem.h"
|
||||
#include "ets_sys.h"
|
||||
#include "osapi.h"
|
||||
|
|
|
@ -841,7 +841,7 @@ int ICACHE_FLASH_ATTR parse_action(int next_token, bool doit) {
|
|||
timer_no--;
|
||||
os_timer_disarm(&timers[timer_no]);
|
||||
if (timer_val != 0) {
|
||||
os_timer_setfn(&timers[timer_no], (os_timer_func_t *) lang_timers_timeout, timer_no);
|
||||
os_timer_setfn(&timers[timer_no], (os_timer_func_t *) lang_timers_timeout, (void *)timer_no);
|
||||
os_timer_arm(&timers[timer_no], timer_val, 0);
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue