Skip to content

Commit

Permalink
tweak for ESP32S2
Browse files Browse the repository at this point in the history
  • Loading branch information
lovyan03 committed May 19, 2024
1 parent d511ed1 commit 03d417d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lgfx/v1/platforms/esp32/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ namespace lgfx
#endif
}

#if defined ( CONFIG_IDF_TARGET_ESP32 ) || !defined ( CONFIG_IDF_TARGET )
#if defined ( CONFIG_IDF_TARGET_ESP32 ) || defined ( CONFIG_IDF_TARGET_ESP32S2 ) || !defined ( CONFIG_IDF_TARGET )

static void updateDev(i2c_dev_t* dev)
{
Expand Down

0 comments on commit 03d417d

Please sign in to comment.