Basic GPIO expander using the ESP32 I2S peripheral (#12959)
This commit is contained in:
committed by
Scott Lahteine
parent
3983cacbcf
commit
5cd0fa3ce1
@@ -356,7 +356,8 @@ lib_ignore =
|
||||
platform = https://github.com/platformio/platform-espressif32.git#feature/stage
|
||||
board = esp32dev
|
||||
framework = arduino
|
||||
upload_port = COM3
|
||||
upload_speed = 115200
|
||||
monitor_speed = 115200
|
||||
lib_ignore =
|
||||
LiquidCrystal_I2C
|
||||
LiquidCrystal
|
||||
@@ -364,6 +365,8 @@ lib_ignore =
|
||||
LiquidTWI2
|
||||
TMC26XStepper
|
||||
c1921b4
|
||||
SailfishLCD
|
||||
SailfishRGB_LED
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_ESP32>
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user