Merge remote-tracking branch 'upstream/dev' into jbrazio/2025_3f11ad35

This commit is contained in:
João Brázio 2025-09-08 02:04:14 +01:00
commit 7fca20475a
No known key found for this signature in database
GPG key ID: 56A1490716A324DD
110 changed files with 2339 additions and 950 deletions

View file

@ -852,6 +852,7 @@ void setup() {
#ifdef DISPLAY_CLASS
if (display.begin()) {
display.startFrame();
display.setCursor(0, 0);
display.print("Please wait...");
display.endFrame();
}