18 lines
442 B
INI
18 lines
442 B
INI
[platformio]
|
|
src_dir = .
|
|
build_dir = C:/aaa
|
|
[env:esp32dev]
|
|
platform = espressif32
|
|
board = esp32dev
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
|
upload_port = COM7
|
|
monitor_port = COM7
|
|
COM4monitor_encoding = UTF-8 ; 인코딩 강제 지정
|
|
; 이 프로젝트에서 사용하는 3가지 라이브러리를 정확히 등록합니다.
|
|
lib_deps =
|
|
bblanchon/ArduinoJson @ ^7.0.0
|
|
knolleary/PubSubClient @ ^2.8
|
|
robtillaart/CRC @ ^1.0.3
|
|
|