Skip to content

Commit

Permalink
fixed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Feb 7, 2025
1 parent 9e06fa1 commit 7cbe489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ void StartServer() {
String(port) + "|" + String(udpDelay) + "|" +
String(usbPackageSizeMultiplier * 32) + "|" + String(brightness) +
"|" +
#if defined(ARDUINO_ESP32_S3_N16R8) || defined(DISPLAY_RM67162_AMOLED)
#ifndef DISPLAY_RM67162_AMOLED
String(rgbMode) + "|" + String(panelClkphase) + "|" +
String(panelDriver) + "|" + String(panelI2sspeed) + "|" +
String(panelLatchBlanking) + "|" + String(panelMinRefreshRate) +
Expand Down

0 comments on commit 7cbe489

Please sign in to comment.