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

25 lines
649 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
2024-07-14 00:18:25 -04:00
; esp32-c3-devkitc-02
; esp32-c3-devkitm-1
;
; seeed_xiao_esp32c3
2024-07-13 23:48:32 -04:00
[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 =
adafruit/Adafruit BME280 Library@^2.2.2
[platformio]
description = ESP32 C3 Sensors node