From 519afcc34ca9e986ce9d7bc2afb325f3ad1c414c Mon Sep 17 00:00:00 2001 From: Thorben Otto Date: Wed, 8 May 2024 14:09:03 +0200 Subject: [PATCH] Fixed typo in WebPage.h --- ESP32_PrusaConnectCam/WebPage.h | 2 +- webpage/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32_PrusaConnectCam/WebPage.h b/ESP32_PrusaConnectCam/WebPage.h index 4a842b5..ab12b85 100644 --- a/ESP32_PrusaConnectCam/WebPage.h +++ b/ESP32_PrusaConnectCam/WebPage.h @@ -85,7 +85,7 @@ const char index_html[] PROGMEM = R"rawliteral( diff --git a/webpage/index.html b/webpage/index.html index 98cf3c1..fa6793d 100644 --- a/webpage/index.html +++ b/webpage/index.html @@ -85,4 +85,4 @@ addClickListener('github-link'); addClickListener('forum-link'); - + \ No newline at end of file