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

disable automount

This commit is contained in:
ficeto 2015-05-14 00:53:55 +03:00
parent f501530f37
commit 5d1ee7ace6

View File

@ -76,7 +76,7 @@ void delayMicroseconds(unsigned int us) {
void init() {
initPins();
timer1_isr_init();
spiffs_mount();
//spiffs_mount();
os_timer_setfn(&micros_overflow_timer, (os_timer_func_t*) &micros_overflow_tick, 0);
os_timer_arm(&micros_overflow_timer, 60000, REPEAT);
}