ESP-Nodes/ESP32-C3-sm_I2C/platformio.ini

26 lines
745 B
INI
Raw Normal View History

2024-07-13 23:48:32 -04:00
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32-c3-devkitc-02]
platform = espressif32
2024-07-14 00:18:25 -04:00
board = lolin_c3_mini
2024-07-13 23:48:32 -04:00
framework = arduino
2024-07-14 00:18:25 -04:00
monitor_speed = 9600
2024-07-13 23:48:32 -04:00
lib_deps =
2024-07-14 18:24:36 -04:00
moononournation/GFX Library for Arduino@^1.3.2
adafruit/Adafruit GFX Library@^1.11.5
adafruit/Adafruit BusIO@^1.14.1
2024-07-15 00:55:26 -04:00
adafruit/Adafruit BME280 Library@^2.2.2
zinggjm/GxEPD2@^1.5.8
zinggjm/GxEPD@^3.1.3
2024-07-13 23:48:32 -04:00
[platformio]
description = ESP32 C3 Sensors node