-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
30 lines (27 loc) · 1.14 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
; 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:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
lib_extra_dirs = ~/Documents/Arduino/libraries
lib_deps = https://github.com/BastelBaus/AD9833-Library-Arduino.git
https://github.com/BastelBaus/MCP41_Simple.git
https://github.com/adafruit/Adafruit_SSD1306.git
https://github.com/igorantolic/ai-esp32-rotary-encoder.git
https://github.com/adafruit/Adafruit-ST7735-Library.git
https://github.com/olikraus/U8g2_Arduino.git
; COM1 or COM3
upload_port = COM12
; https://docs.platformio.org/en/latest/platforms/espressif32.html#over-the-air-ota-update
;upload_protocol = espota
;upload_port = FcnGen2_esp32 ;IP_ADDRESS_HERE or mDNS_NAME.local
;upload_port = 192.168.0.10
;upload_flags = --port=3232