disable all interrupts when writing to SPIFFS

This commit is contained in:
Paul
2019-09-19 22:55:33 +02:00
parent e246f2a35c
commit 11274f31e9
2 changed files with 32 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
#ifndef MyESP_h
#define MyESP_h
#define MYESP_VERSION "1.2.2"
#define MYESP_VERSION "1.2.3"
#include <ArduinoJson.h>
#include <ArduinoOTA.h>