Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tlanfer/squirtttv
Browse files Browse the repository at this point in the history
  • Loading branch information
tlanfer committed Apr 1, 2022
2 parents 201c885 + bc45b7f commit 542c92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void setupWebserver(){
AsyncElegantOTA.begin(&server); // Start ElegantOTA

server.onNotFound([](AsyncWebServerRequest *request){
request->redirect("https://github.com/tlanfer/squirtianna");
request->redirect("https://github.com/tlanfer/squirtttv");
});


Expand Down

0 comments on commit 542c92f

Please sign in to comment.