mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
disable automount
This commit is contained in:
parent
f501530f37
commit
5d1ee7ace6
@ -76,7 +76,7 @@ void delayMicroseconds(unsigned int us) {
|
||||
void init() {
|
||||
initPins();
|
||||
timer1_isr_init();
|
||||
spiffs_mount();
|
||||
//spiffs_mount();
|
||||
os_timer_setfn(µs_overflow_timer, (os_timer_func_t*) µs_overflow_tick, 0);
|
||||
os_timer_arm(µs_overflow_timer, 60000, REPEAT);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user