-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
91 lines (79 loc) · 2.37 KB
/
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
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
82
83
84
85
86
87
88
89
90
91
; 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]
lib_deps =
hoeken/PsychicHttp
;https://github.com/hoeken/PsychicHttp
https://github.com/chrisjoyce911/esp32FOTA
bblanchon/ArduinoJson
bblanchon/ArduinoTrace
https://github.com/stevemarple/MCP342x
rodolfoprieto/MCP3208
https://github.com/hoeken/tlc5947-spi
https://github.com/hoeken/Arduino_MCP3x6x_Library
RobTillaart/ADS1X15
Adafruit/Adafruit NeoPixel
etlcpp/Embedded Template Library@^20.39.4
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
board_build.partitions = min_spiffs.csv
extra_scripts = pre:extra_script.py
build_type = debug
[env:BRINEOMATIC_REV_A]
platform=espressif32@6.8.1
board=esp32-s3-devkitc-1
build_flags = ${env.build_flags} -D YB_CONFIG_BRINEOMATIC_REV_A
lib_deps = ${env.lib_deps}
dlloydev/ESP32 ESP32S2 AnalogWrite
milesburton/DallasTemperature
RobTillaart/ADS1X15
Dlloydev/QuickPID
https://github.com/hoeken/GravityTDS
; OTA Upload Config, auth password is admin password
upload_protocol = espota
;upload_port = brineomatic.local
upload_port = 192.168.2.192
upload_flags =
--auth=admin
--port=3232
; upload_port=/dev/cu.usbmodem1101
; monitor_port=/dev/cu.usbmodem58CD1797641
[env:FROTHFET_REV_D]
platform=espressif32@6.8.1
board=esp32-s3-devkitc-1
build_flags = ${env.build_flags}
-D YB_CONFIG_FROTHFET_REV_D
; OTA Upload Config, auth password is admin password
upload_protocol = espota
upload_port = yarrboard.local
upload_flags =
--auth=admin
--port=3232
; typical mac ports
; upload_port=/dev/cu.usbmodem21101
; monitor_port=/dev/cu.usbmodem58CD1802781
; typical linux ports
; upload_port=/dev/ttyACM0
; monitor_port=/dev/ttyACM1
; [env:8CH_MOSFET_REV_B]
; build_flags = ${env.build_flags}
; -D YB_CONFIG_8CH_MOSFET_REV_B
; [env:8CH_MOSFET_REV_C]
; build_flags = ${env.build_flags}
; -D YB_CONFIG_8CH_MOSFET_REV_C
; [env:RGB_INPUT_REV_A]
; build_flags = ${env.build_flags}
; -D YB_CONFIG_RGB_INPUT_REV_A
; [env:RGB_INPUT_REV_B]
; build_flags = ${env.build_flags}
; -D YB_CONFIG_RGB_INPUT_REV_B