From 3d81554ad2924bb3166ce2a7b973f1333093db6d Mon Sep 17 00:00:00 2001 From: technyon Date: Mon, 27 Feb 2023 16:36:56 +0100 Subject: [PATCH] change text --- WebCfgServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebCfgServer.cpp b/WebCfgServer.cpp index 652c1b1..17209d1 100644 --- a/WebCfgServer.cpp +++ b/WebCfgServer.cpp @@ -1113,7 +1113,7 @@ const std::vector> WebCfgServer::getNetworkDetectionOp { std::vector> options; - options.push_back(std::make_pair("1", "Disable W5500 (Wifi only)")); + options.push_back(std::make_pair("1", "Wifi only")); options.push_back(std::make_pair("2", "Detect W5500 (GPIO CS=5; SCK=18; MISO=19; MOSI=23; RST=33)")); options.push_back(std::make_pair("3", "M5Stack Atom POE (W5500)")); options.push_back(std::make_pair("4", "Olimex ESP32-POE / ESP-POE-ISO"));