Closed
Description
Basic Infos
Hardware
Hardware: ESP-07
Core version: I don't know
Description
All I get in the serial monitor is this:
rrlaz|ela|�Œlìb|Ž‚�ì�’r’bŒbŒònnžlnnœâìb�pŒŽlrlrl�‚rò’nàbânbp
When I should get (if ESP not damaged):
OKOK?
Or if damaged I should get an error message or equivalent that SPIFFS begin fails. If I remove "SPIFFS.begin();" The sketch runs normally.
Settings in IDE
Module: Generic ESP8266 Module
Flash Size: 4MB
CPU Frequency: 80Mhz
Flash Mode: dio
Flash Frequency: 40Mhz
Upload Using: SERIAL
Reset Method: ck
Sketch
#include "FS.h"
void setup() {
Serial.begin(115200);
Serial.println("OKOK?");
SPIFFS.begin();
}
void loop() {
}
Metadata
Metadata
Assignees
Labels
No labels