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

disable automount

This commit is contained in:
ficeto
2015-05-14 00:53:55 +03:00
parent 7842b3c41d
commit 55c2a71a23

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);
}