fix cmake check

This commit is contained in:
me-no-dev
2020-05-12 00:22:37 +03:00
parent 03d3d6112b
commit 3a554c55f4
3 changed files with 7 additions and 4 deletions

View File

@@ -110,4 +110,7 @@ void loop() {
// put your main code here, to run repeatedly:
delay(10000);
}
#endif
#else
void setup(){}
void loop(){}
#endif

View File

@@ -661,4 +661,4 @@ void startCameraServer(){
httpd_register_uri_handler(stream_httpd, &stream_uri);
}
}
#endif
#endif