Skip to content

Commit

Permalink
fix ci build for lock app
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 committed Apr 3, 2024
1 parent ec55f20 commit 3510935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/esp32/lock/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define APP_LOCK_BUTTON GPIO_NUM_34
#define APP_FUNCTION_BUTTON GPIO_NUM_35
#elif CONFIG_IDF_TARGET_ESP32C3
#elif CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C6
#define SYSTEM_STATE_LED GPIO_NUM_8
#define LOCK_STATE_LED GPIO_NUM_9

Expand Down

0 comments on commit 3510935

Please sign in to comment.