-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
23 lines (22 loc) · 762 Bytes
/
Copy pathplatformio.ini
File metadata and controls
23 lines (22 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; 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:m5stack-fire]
platform = espressif32
board = m5stack-fire
framework = arduino
extra_scripts =
pre:platformio_version_increment/version_increment_pre.py
post:platformio_version_increment/version_increment_post.py
lib_deps =
m5stack/M5Stack@^0.3.1
kosme/arduinoFFT@^1.5.6
adafruit/Adafruit NeoPixel@^1.7.0
adafruit/Adafruit SGP30 Sensor@^2.0.0
adafruit/Adafruit PM25 AQI Sensor@^1.0.6