Debut projet Platformio
This commit is contained in:
13
PacoMouseCYD/Platformio/platformio.ini
Normal file
13
PacoMouseCYD/Platformio/platformio.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[env:cyd_2432s028]
|
||||
platform = espressif32
|
||||
board = esp32dev
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
board_build.filesystem = littlefs
|
||||
|
||||
lib_deps =
|
||||
bodmer/TFT_eSPI@^2.5.43
|
||||
|
||||
build_flags =
|
||||
-DUSER_SETUP_LOADED
|
||||
-DUSER_SETUP_FILE="User_Setup.h"
|
||||
Reference in New Issue
Block a user