mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-07 07:05:35 +00:00
config menu button label capitalisation consistency (#1410)
* config menu button label capitalisation consistency * WebApp?
This commit is contained in:
@ -2418,13 +2418,13 @@ int http_fn_cfg(http_request_t* request) {
|
||||
postFormAction(request, "cfg_mqtt", "Configure MQTT");
|
||||
postFormAction(request, "cfg_name", "Configure Names");
|
||||
postFormAction(request, "cfg_mac", "Change MAC");
|
||||
postFormAction(request, "cfg_ping", "Ping Watchdog (Network lost restarter)");
|
||||
postFormAction(request, "cfg_webapp", "Configure Webapp");
|
||||
postFormAction(request, "cfg_ping", "Ping Watchdog (network lost restarter)");
|
||||
postFormAction(request, "cfg_webapp", "Configure WebApp");
|
||||
postFormAction(request, "ha_cfg", "Home Assistant Configuration");
|
||||
postFormAction(request, "ota", "OTA (update software by WiFi)");
|
||||
postFormAction(request, "cmd_tool", "Execute custom command");
|
||||
postFormAction(request, "cmd_tool", "Execute Custom Command");
|
||||
//postFormAction(request, "flash_read_tool", "Flash Read Tool");
|
||||
postFormAction(request, "startup_command", "Change startup command text");
|
||||
postFormAction(request, "startup_command", "Change Startup Command Text");
|
||||
|
||||
#if 0
|
||||
#if PLATFORM_BK7231T | PLATFORM_BK7231N
|
||||
|
||||
Reference in New Issue
Block a user