Christopher Mullins лет назад: 6
Родитель
Сommit
7f3d8b5e83
2 измененных файлов с 8 добавлено и 7 удалено
  1. 2 2
      dist/index.html.gz.h
  2. 6 5
      web/src/js/script.js

Разница между файлами не показана из-за своего большого размера
+ 2 - 2
dist/index.html.gz.h


+ 6 - 5
web/src/js/script.js

@@ -79,13 +79,14 @@ var UI_FIELDS = [ {
     type: "string",
     tab: "tab-wifi"
   }, {
-    tag: "wifi_force_b_mode",
-    friendly: "Force 802.11b Mode",
-    help: "If true, force the ESP8266 into 802.11b mode.  Try this if you're having wifi stability problems.",
+    tag: "wifi_mode",
+    friendly: "WiFi Mode",
+    help: "Try using G mode if you're having stability problems",
     type: "option_buttons",
     options: {
-      'true': 'True',
-      'false': 'False'
+      'b': 'B',
+      'g': 'G',
+      'n': 'N'
     },
     tab: "tab-wifi"
   }, {