Skip to content

Commit

Permalink
Change /pfox to more generic /pv
Browse files Browse the repository at this point in the history
  • Loading branch information
steff393 committed Aug 18, 2022
1 parent 82508b5 commit 9029b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ void webServer_setup() {
request->send(200, F("text/plain"), String(pc_getState()));
});

server.on("/pfox", HTTP_GET, [](AsyncWebServerRequest *request) {
server.on("/pv", HTTP_GET, [](AsyncWebServerRequest *request) {
StaticJsonDocument<PFOX_JSON_LEN> data;
uint8_t id = 0;
// modify values
Expand Down

0 comments on commit 9029b8f

Please sign in to comment.