Skip to content

Commit 55c2a71

Browse files
ficetoficeto
ficeto
authored and
ficeto
committed
disable automount
1 parent 7842b3c commit 55c2a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_wiring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void delayMicroseconds(unsigned int us) {
7676
void init() {
7777
initPins();
7878
timer1_isr_init();
79-
spiffs_mount();
79+
//spiffs_mount();
8080
os_timer_setfn(&micros_overflow_timer, (os_timer_func_t*) &micros_overflow_tick, 0);
8181
os_timer_arm(&micros_overflow_timer, 60000, REPEAT);
8282
}

0 commit comments

Comments
 (0)