-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
81 lines (72 loc) · 2.55 KB
/
platformio.ini
File metadata and controls
81 lines (72 loc) · 2.55 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
; 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
[platformio]
default_envs = lineS3
;default_envs = 9_outputs
[env:lorawan]
platform = espressif32
board = seeed_xiao_esp32s3
build_flags = -I include -I src -I src/pixels -D BOARD_TYPE=KIND_LORA -D FLASH_SIZE_MB=8
build_src_flags = -D LED_ON_BOARD=21
[env:lineC3]
platform = espressif32
board = seeed_xiao_esp32c3
build_flags = -I include -I src -I src/pixels -D BOARD_TYPE=KIND_PIXELS -D FLASH_SIZE_MB=4
; MQTT is required for Christmas decorations
build_src_flags = -D PIXELS_PIN=8 -D FETCH_WEATHER=1 -D TASK_MQTT=1
[env:lineS3]
platform = espressif32
board = seeed_xiao_esp32s3
build_flags = -I include -I src -I src/pixels -D BOARD_TYPE=KIND_PIXELS
build_src_flags = -D PIXELS_PIN=7 -D LED_ON_BOARD=21 -D FETCH_WEATHER=1 -D TASK_MQTT=1 -D TASK_WIFIAP=1 -D FLASH_SIZE_MB=8
[env:9_outputs]
platform = espressif32
board = seeed_xiao_esp32c3
build_flags = -I include -I src -I src/pixels -D BOARD_TYPE=KIND_9_OUTPUTS -D FLASH_SIZE_MB=4
build_src_flags =
[env:square]
platform = espressif32
board = seeed_xiao_esp32s3
build_flags = -I include -I src -D BOARD_TYPE=KIND_PIXELS
build_src_flags = -D PIXELS_PIN=7 -D LED_ON_BOARD=21 -D FETCH_FRONIUS=1 -D FETCH_WEATHER=1 -D FLASH_SIZE_MB=8
[env:lolin32]
platform = espressif32
board = lolin32
monitor_speed = 115200
upload_speed = 921600
build_src_flags = -D PIXELS_PIN=12 -D LED_ON_BOARD=5 -D FLASH_SIZE_MB=4
[env:lolin_c3_mini]
platform = espressif32@6.5.0
platform_packages =
espressif/toolchain-riscv32-esp
board = lolin_c3_mini
build_src_flags = -D PIXELS_PIN=8 -D FLASH_SIZE_MB=4
[env]
framework = arduino
lib_deps =
bitbank2/AnimatedGIF@^1.4.7
adafruit/Adafruit AHTX0@^2.0.5
adafruit/DHT sensor library @ ^1.4.6
adafruit/Adafruit BMP280 Library@^2.6.8
adafruit/Adafruit NeoPixel@^1.15.1
adafruit/Adafruit MPU6050@^2.2.6
adafruit/Adafruit Si7021 Library @ ^1.5.3
Makuna/NeoPixelBus@^2.7.8
bblanchon/ArduinoJson@^6.0.0
ottowinter/AsyncMqttClient-esphome@^0.8.6
esphome/ESPAsyncWebServer-esphome@^3.4.0
h2zero/NimBLE-Arduino@^1.3.8
PaulStoffregen/OneWire@^2.3.7
dlloydev/ESP32 ESP32S2 AnalogWrite@^4.3.4
fastled/FastLED@^3.9.2
rpolitex/ArduinoNvs@2.8.0
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.2.0
jgromes/RadioLib@7.4.0
monitor_echo = true