update screenshot, webserver und README.md

This commit is contained in:
sharandac
2020-07-10 09:35:51 +02:00
parent 2994b21daf
commit 50906523c2
13 changed files with 28 additions and 39 deletions

View File

@@ -62,7 +62,7 @@ void asyncwebserver_setup(void){
});
asyncserver.on("/shot", HTTP_GET, [](AsyncWebServerRequest * request) {
request->send(200, "text/plain", "Firmwarestand: " __DATE__ " " __TIME__ "\r\nGCC-Version: " __VERSION__ "\r\n" );
request->send(200, "text/plain", "screen is taken\r\n" );
screenshot_take();
screenshot_save();
});