File tree 2 files changed +14
-0
lines changed
hardware/esp8266com/esp8266/cores/esp8266/spiffs
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ /****
2
+ * Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3
+ * Created 2015 by Skurydin Alexey
4
+ * http://github.com/anakod/Sming
5
+ * All files of the Sming Core are provided under the LGPL v3 license.
6
+ ****/
7
+
1
8
#include "spiffs_esp8266.h"
2
9
#include "spi_flash.h"
3
10
#include "esp8266_peri.h"
Original file line number Diff line number Diff line change
1
+ /****
2
+ * Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3
+ * Created 2015 by Skurydin Alexey
4
+ * http://github.com/anakod/Sming
5
+ * All files of the Sming Core are provided under the LGPL v3 license.
6
+ ****/
7
+
1
8
#ifndef SYSTEM_FLASHMEM_H_
2
9
#define SYSTEM_FLASHMEM_H_
3
10
You can’t perform that action at this time.
0 commit comments