Skip to content

Commit 0a64424

Browse files
committed
add show content delay for display brightness
1 parent 626a224 commit 0a64424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/OneOpenAir/OneOpenAir.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ void setup() {
271271

272272
Serial.println("Display brightness: " + String(configuration.getDisplayBrightness()));
273273
oledDisplay.setBrightness(configuration.getDisplayBrightness());
274+
delay(DISPLAY_DELAY_SHOW_CONTENT_MS);
274275
}
275276

276277

0 commit comments

Comments
 (0)