Skip to content

Commit d15b5a3

Browse files
committed
fix merge conflict
1 parent e3fec63 commit d15b5a3

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/main.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ void setup(void) {
5151
}
5252
}
5353

54-
<<<<<<< HEAD
55-
// Set up web server and endpoints
56-
57-
server.on("/", AsyncWebRequestMethod::HTTP_GET, [](AsyncWebServerRequest *request) {
58-
request->send(200, "text/plain", "This is the Energy2Shelly for ESP converter!\r\nDevice and Energy status is available under /status\r\nTo reset configuration, goto /reset\r\n");
59-
=======
6054
server.on("/", HTTP_GET, [](AsyncWebServerRequest *request) {
6155
String html = R"=====(
6256
<!DOCTYPE html>
@@ -87,7 +81,6 @@ void setup(void) {
8781
</html>
8882
)=====";
8983
request->send(200, "text/html", html);
90-
>>>>>>> eefc51d (feat: enhance homepage with improved HTML layout and navigation links)
9184
});
9285

9386
server.on("/shelly", AsyncWebRequestMethod::HTTP_GET, [](AsyncWebServerRequest *request) {

0 commit comments

Comments
 (0)