-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant boot flashed esp8266 #23
Comments
I also flashed espurna successfull, all booting fine, I flashed this firmware ota over espurna. with the same result. This firmware is not booting. I dont know how to do. |
whats the spiffs size i have to choose? the data folder has a size of 75kb. In the platformio.ini is a spifff size of 64 given. maybe this is the reason i cant start the firmware. |
ok i could flash the device with following booting. i inserted the line within platformio.ini |
I also had this issue, your solution also fixed it for me thx. |
I flashed both chips successful without any errors. but if i powering up the device theres happing nothing.
I inserted a serial print at start of setup(). i cant see any messages in serial monitor.
void setup() {
// Wait for the ATMEGA to be ready
Serial.begin(9600);
Serial.println("firmware started");
delay(2000);
...
if i am flashing the tasmota firmware the device booting without any problems. what could be the problem?
greets
Michael
The text was updated successfully, but these errors were encountered: