mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-07 16:23:38 +03:00
mount spiffs on boot
This commit is contained in:
parent
d56e5691fc
commit
676193f47e
@ -78,4 +78,5 @@ void init() {
|
|||||||
timer1_isr_init();
|
timer1_isr_init();
|
||||||
os_timer_setfn(µs_overflow_timer, (os_timer_func_t*) µs_overflow_tick, 0);
|
os_timer_setfn(µs_overflow_timer, (os_timer_func_t*) µs_overflow_tick, 0);
|
||||||
os_timer_arm(µs_overflow_timer, 60000, REPEAT);
|
os_timer_arm(µs_overflow_timer, 60000, REPEAT);
|
||||||
|
spiffs_mount();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user