1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

mount spiffs on boot

This commit is contained in:
ficeto 2015-05-14 17:20:15 +03:00
parent d56e5691fc
commit 676193f47e

View File

@ -78,4 +78,5 @@ void init() {
timer1_isr_init();
os_timer_setfn(&micros_overflow_timer, (os_timer_func_t*) &micros_overflow_tick, 0);
os_timer_arm(&micros_overflow_timer, 60000, REPEAT);
spiffs_mount();
}