File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1447,7 +1447,7 @@ void StartServer() {
14471447 server->on (" /get_width" , HTTP_GET, [](AsyncWebServerRequest *request) {
14481448 request->send (200 , " text/plain" , String (TOTAL_WIDTH));
14491449 });
1450-
1450+ # ifndef DISPLAY_RM67162_AMOLED
14511451 server->on (" /get_rgb_order" , HTTP_GET, [](AsyncWebServerRequest *request) {
14521452 request->send (200 , " text/plain" , String (rgbMode));
14531453 });
@@ -1479,7 +1479,7 @@ void StartServer() {
14791479 server->on (" /get_y_offset" , HTTP_GET, [](AsyncWebServerRequest *request) {
14801480 request->send (200 , " text/plain" , String (yOffset));
14811481 });
1482-
1482+ # endif
14831483 server->on (" /get_udp_delay" , HTTP_GET, [](AsyncWebServerRequest *request) {
14841484 request->send (200 , " text/plain" , String (udpDelay));
14851485 });
You can’t perform that action at this time.
0 commit comments