forked from flash62au/WiTcontroller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
31 lines (29 loc) · 823 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
; 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 =
wemos_d1_mini32
src_dir = .
include_dir = .
[env:wemos_d1_mini32]
platform = espressif32
board = wemos_d1_mini32
framework = arduino
lib_deps =
chris--a/Keypad@^3.1.1
igorantolic/Ai Esp32 Rotary Encoder@^1.4
olikraus/U8g2@^2.33.3
https://github.com/flash62au/WiThrottleProtocol@^1.1.20
; lib_extra_dirs =
; C:\Users\akers\Documents\GitHub\WiThrottleProtocol
monitor_speed = 115200
monitor_echo = yes
build_flags =
-Wall