mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-28 04:15:53 +00:00
Update xsns_102_ld2402.ino, command table broken (#23504)
Command pointer table broken after refactoring https://github.com/arendst/Tasmota/commit/3a28938b9153d01e7ccef0a03d981251ced56123 The error with a comma before an entry instead of after, to match the other pointers, looks very obvious to me. Hence, I'm submitting this PR without having the hardware, and thus not able to do a runtime test.
This commit is contained in:
@@ -588,7 +588,7 @@ void (* const Ld2402Command[])(void) PROGMEM = {
|
||||
&CmndLd2402Help,
|
||||
#endif // LD2402_INCLUDE_HELP
|
||||
#ifdef LD2402_INCLUDE_FOLLOW
|
||||
, &CmndLd2402Follow
|
||||
&CmndLd2402Follow,
|
||||
#endif // LD2402_INCLUDE_FOLLOW
|
||||
&CmndLd2402Mode, &CmndLd2402AutoUpdate, &CmndLd2402AutoGain, &CmndLd2402Status, &CmndLd2402Common,
|
||||
&CmndLd2402Motion, &CmndLd2402Micro, &CmndLd2402Save, &CmndLd2402ReRead };
|
||||
|
||||
Reference in New Issue
Block a user