Skip to content

Commit 459cc4c

Browse files
committed
Update ESP0.cpp
1 parent ab8f8ec commit 459cc4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/core/commands/ESP0.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ const uint cmdlist[] = {
251251
250,
252252
#endif // BUZZER_DEVICE
253253
290, 400, 401,
254+
#ifdef SD_UPDATE_FEATURE
255+
402,
256+
#endif // SD_UPDATE_FEATURE
254257
#if defined(WIFI_FEATURE)
255258
410,
256259
#endif // WIFI_FEATURE
@@ -291,7 +294,7 @@ const uint cmdlist[] = {
291294

292295
#endif // BUZZER_DEVICE
293296
#if defined(ESP_SERIAL_BRIDGE_OUTPUT)
294-
930, 935,
297+
930, 931,
295298
#endif // defined(ESP_SERIAL_BRIDGE_OUTPUT)
296299
#if defined(ARDUINO_ARCH_ESP32) && \
297300
(CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32S2 || \

0 commit comments

Comments
 (0)