-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Fix serial monitor timestamp print regression #8131
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
Conversation
This duplicates #8088
(just for completeness)
The overhead is negligible and this design simplifies a lot the class structure. More discussion here: arduino#8088 (comment)
17b511d
to
2d82451
Compare
✅ Build completed.
Please test this code using one of the following:
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8131-BUILD-807-linux32.tar.xz
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8131-BUILD-807-linux64.tar.xz
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8131-BUILD-807-windows.zip
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8131-BUILD-807-macosx.zip
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8131-BUILD-807-linuxarm.tar.xz
i️ The linuxarm
build is still experimental and may not be always available.
I've modified the PR using some of the @nitram509's suggestions on #8088.
Fix #8055