mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-07 21:35:49 +00:00
correct spelling and grammar (#1747)
* Update http_fns.c * Update flags.json * Update flags.md * Update selftest_mqtt_get.c * Update flags.md * Update flags.json * Update http_fns.c * Update user_main.c * Update drv_ir_new.cpp * Update subpages.json * Update flags.json * Update http_fns.c * Update flags.md * Update tcpServer.md * Update hal_flashConfig.h * Update flash_pub.h * Update win_flash_stub.c * Update hal_flashConfig_bk7231.c
This commit is contained in:
@ -2878,7 +2878,7 @@ const char* g_obk_flagNames[] = {
|
||||
"[MQTT] Broadcast self state every N (def: 60) seconds (delay configurable by 'mqtt_broadcastInterval' and 'mqtt_broadcastItemsPerSec' commands)",
|
||||
"[LED][Debug] Show raw PWM controller on WWW index instead of new LED RGB/CW/etc picker",
|
||||
"[LED] Force show RGBCW controller (for example, for SM2135 LEDs, or for DGR sender)",
|
||||
"[CMD] Enable TCP console command server (for Putty, etc)",
|
||||
"[CMD] Enable TCP console command server (for PuTTY, etc)",
|
||||
"[BTN] Instant touch reaction instead of waiting for release (aka SetOption 13)",
|
||||
"[MQTT] [Debug] Always set Retain flag to all published values",
|
||||
"[LED] Alternate CW light mode (first PWM for warm/cold slider, second for brightness)",
|
||||
@ -2897,7 +2897,7 @@ const char* g_obk_flagNames[] = {
|
||||
"[MQTT] Retain power channels (Relay channels, etc)",
|
||||
"[IR] Do MQTT publish (Tasmota JSON format) for incoming IR data",
|
||||
"[LED] Automatically enable Light on any change of brightness, color or temperature",
|
||||
"[LED] Emulate Cool White with RGB in device with four PWMS - Red is 0, Green 1, Blue 2, and Warm is 4",
|
||||
"[LED] Emulate Cool White with RGB in device with four PWMs - Red is 0, Green 1, Blue 2, and Warm is 4",
|
||||
"[POWER] Allow negative current/power for power measurement (all chips, BL0937, BL0942, etc)",
|
||||
// On BL602, if marked, uses /dev/ttyS1, otherwise S0
|
||||
// On Beken, if marked, uses UART2, otherwise UART1
|
||||
@ -2925,7 +2925,7 @@ const char* g_obk_flagNames[] = {
|
||||
"[TuyaMCU] Store ALL data",
|
||||
"[PWR] Invert AC dir",
|
||||
"[HTTP] Hide ON/OFF for relays (only red/green buttons)",
|
||||
"[MQTT] Never add get sufix",
|
||||
"[MQTT] Never add GET suffix",
|
||||
"[WiFi] (RTL/BK) Enhanced fast connect by saving AP data to flash (preferable with Flag 37 & static ip). Quick reset 3 times to connect normally",
|
||||
"error",
|
||||
"error",
|
||||
|
||||
Reference in New Issue
Block a user