mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-07 19:30:56 +02:00
fix cmake check
This commit is contained in:
@@ -110,4 +110,7 @@ void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
delay(10000);
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
void setup(){}
|
||||
void loop(){}
|
||||
#endif
|
||||
|
@@ -661,4 +661,4 @@ void startCameraServer(){
|
||||
httpd_register_uri_handler(stream_httpd, &stream_uri);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user