forked from doudar/SmartSpin2k
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
30 lines (26 loc) · 980 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
; 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
[common_env_data]
lib_deps =
https://github.com/h2zero/NimBLE-Arduino.git#master
teemuatlut/TMCStepper@^0.7.1
bblanchon/ArduinoJson @ ^6.17.2
https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/archive/V1.3.0.zip
[env:esp32doit]
lib_ldf_mode = chain+
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#master
board_build.partitions = min_spiffs.csv
upload_speed = 921600
monitor_speed = 512000
debug_init_break = tbreak setup
lib_deps = ${common_env_data.lib_deps}