Add files via upload

master
Alan 2022-01-02 22:35:06 +00:00 zatwierdzone przez GitHub
rodzic 108f68843a
commit f19a2050ec
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -796,8 +796,9 @@ void handleRoot() {
client.write("<a href='/rgb'>Capture Image as raw RGB data</a> - \n");
client.write("<a href='/stream'>Live stream</a><br>\n");
// show live image
client.write("<br><img src='/jpg' /> <br>");
// capture and show a jpg image
client.write("<br><a href='/jpg'>"); // make it a link
client.write("<img src='/jpg' /> </a>"); // show image from http://x.x.x.x/jpg
// --------------------------------------------------------------------