-
Notifications
You must be signed in to change notification settings - Fork 8
SenseBoxOTA: bugfixes #74
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
Bugfixes seem to work! I have not encountered any errors on Ubuntu or via the senseBox Connect App ! Have not been able to test with a WiFi Bee with a Thanks to the documentation I checked out the build scripts as well! The Thanks for the improvements, bugfixes and documentation :)
|
@Thiemann96 nice, glad the I moved to arduino-cli, as I encountered the same issues as you with Arduino IDE v1.8.19 and didn't find a simple fix nor the reason for the problem (the IDE inserts junk into the code before compilation, but other sketches worked fine). |
just one more improvement to the docs for completeness ;)
Bugfixes:
0
.Improvements:
arduino-cli
for build script of OTA bootloader. While this introduces yet another tool, builds are less dependent on changes to (badly (un)documented) behavior of the IDE, asarduino-cli
is intended to be used in automated contexts.arduino-cli
also automates getting the correct libraries, so that should simplify things too.OTA_DEBUG
is defined.Time spent: 4h