Tasmota/tasmota
sfromis b684486570
Command lookup table in support_command.ino broken for ESP32 (#23461)
I observed that the definition of command names became mangled with commit 2bc5f682b0 due to vertical bar not being placed where it should. With no bar after `D_CMND_CPU_FREQUENCY`, the command name became concatenated with the next `D_CMND_SETSENSOR` with the "funny" effect that command name `CpuFrequencySetSensor` got matched with `&CmndSetSensor`

The reason for it not being matched with `&CmndCpuFrequency` is that there is a bar too many before the `Info` command name, as previous command name lines all finish with `"|"`. Hence an extra command table entry was created, meaning that the mismatch "only" affected command names `Info`, `TouchCal`, `TouchThres`, `CpuFrequency` and `SetSensor`.

Issue is only for ESP32, as both mishaps happened in a block conditional on `#ifdef ESP32`.

Arguably, it could make sense to have all the lines with command names start with `"|"` as a consistent way of formatting the lines without the special case of ending `"|"` to be omitted for the very last command name line, but I wanted to only make minimal changes
2025-05-22 22:13:52 +02:00
..
berry Add GUI support to LoRaWan decoders 2025-05-22 17:32:16 +02:00
displaydesc Display template for Waveshare ESP32C6 LCD 1.47 (#22863) 2025-01-22 11:23:20 +01:00
energy_modbus_configs Use standard var spelling for reactive power unit (#22435) 2024-11-08 17:15:03 +01:00
html_compressed Optional Wifi strength indicator in WebUI status line (#23352) 2025-04-28 22:46:20 +02:00
html_uncompressed Optional Wifi strength indicator in WebUI status line (#23352) 2025-04-28 22:46:20 +02:00
include Add command LoRaWanDecoder (#23394) 2025-05-10 14:44:18 +02:00
language Italian language update (#23309) 2025-04-18 10:26:10 +02:00
lvgl_berry LVGL, prepare for HASPmota theme, change: no-grow when clicked, DPI set to 160 (#23040) 2025-02-20 21:13:35 +01:00
tasmota_support Command lookup table in support_command.ino broken for ESP32 (#23461) 2025-05-22 22:13:52 +02:00
tasmota_xdrv_driver Berry 'webserver.remove_route' to revert 'webserver.on' (#23452) 2025-05-20 23:07:05 +02:00
tasmota_xdsp_display Allow temporary change of DisplayDimmer (#23406) 2025-05-11 10:43:11 +02:00
tasmota_xlgt_light Command 'PixelType' to change the WS2812 color order and channel number (#22876) 2025-01-24 21:21:35 +01:00
tasmota_xnrg_energy Fix PZEM GUI address display 2025-04-14 16:13:59 +02:00
tasmota_xsns_sensor fixes (#23391) 2025-05-08 08:56:57 +02:00
tasmota_xx2c_global Reduce stack usage 2024-12-10 11:39:37 +01:00
zigbee Zigbee DIYRuZ_Geiger (#19151) 2023-07-19 20:41:49 +02:00
CMakeLists.txt arduino idf compile prepare 2024-09-21 23:36:37 +02:00
idf_component.yml Prepare IDF Libs compile (#22250) 2024-10-07 18:36:46 +02:00
my_user_config.h WebUI heap status (#23356) 2025-04-30 10:01:59 +02:00
tasmota.ino Add Support for LoRaWan Rx1 and Rx2 profiles (#23394) 2025-05-13 16:53:02 +02:00
user_config_override_sample.h Support for second DNS server 2021-07-29 16:57:04 +02:00