-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
32 lines (30 loc) · 873 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
; 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
[platform]
default_envs = pro8MHzatmega328
[env:pro8MHzatmega328]
platform = atmelavr
board = pro8MHzatmega328
framework = arduino
upload_port = /dev/arduino/promini
monitor_port = /dev/arduino/promini
monitor_speed = 9600
monitor_filters = default, time
build_flags =
!python build_flags.py
lib_deps =
https://github.com/LSatan/SmartRC-CC1101-Driver-Lib
Adafruit Si7021 Library
Adafruit BME680 Library
Adafruit BMP280 Library
DallasTemperature
Low-Power
Voltage Reference
rweather/Crypto@^0.4.0