Skip to content

Commit 5e15a05

Browse files
committed
lua DShot params are only for ESP32
1 parent a7ced57 commit 5e15a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/rx-crsf/RXParameters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ void RXEndpoint::luaparamMappingChannelOut(propertiesCommon *item, uint8_t arg)
203203

204204
const char *no1Option = ";";
205205
const char *no2Options = ";;";
206-
const char *dshot = ";DShot;DShot 3D";
207206
const char *serial_RX = ";Serial RX";
208207
const char *serial_TX = ";Serial TX";
209208
const char *i2c_SCL = ";I2C SCL;";
@@ -213,6 +212,7 @@ void RXEndpoint::luaparamMappingChannelOut(propertiesCommon *item, uint8_t arg)
213212
const char *serial1_RX = ";Serial2 RX;";
214213
const char *serial1_TX = ";;Serial2 TX";
215214
const char *serial1_BOTH = ";Serial2 RX;Serial2 TX";
215+
const char *dshot = ";DShot;DShot 3D";
216216
#endif
217217

218218
const char *pModeString;

0 commit comments

Comments
 (0)