Skip to content

Commit

Permalink
Fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 20, 2023
1 parent 3e3059d commit b75afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LilyGo_Wristband.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ bool LilyGo_Wristband::initBUS()
buscfg.flags = 0x00;
buscfg.intr_flags = 0x00;

#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5,0,0)
#if ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(3,0,0)
io_config.isr_cpu_id = INTR_CPU_ID_AUTO;
#endif

Expand Down

0 comments on commit b75afd6

Please sign in to comment.