-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add OTA to senseBox Eye board #11684
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
base: master
Are you sure you want to change the base?
Conversation
👋 Hello PaulaScharf, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
variants/sensebox_eye/APOTA.ino
Outdated
// Restart to boot from the new partition | ||
esp_restart(); | ||
} else { | ||
Serial.println("OTA1 partition not found!"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing the context, this message is probably supposed to mention OTA0
, not OTA1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very true, I changed it
display.println("Verbinde dich"); // "Connect" | ||
display.setCursor(60, 27); | ||
display.println("mit:"); // "with" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All log messages are English, why not also use English on the display?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The board is mainly sold in germany and OTA is mainly used in workshops in schools also in germany
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope these students also learn to use English, as the software world is very much English oriented 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least it is not consistent. It is a mix of English and German.
Description of Change
Adding over-the Air upload upload scripts.
Tests scenarios
I have tested this pull request on the senseBox Eye board.