generated from husarnet/esp32-internet-ota
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
28 lines (23 loc) · 897 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
[env]
; issues with platofmio version https://community.platformio.org/t/cannot-upload-to-esp32/27392
platform = [email protected]
framework = arduino
platform_packages =
framework-arduinoespressif32 @ https://github.com/husarnet/arduino-esp32/releases/download/1.0.4-1/arduino-husarnet-esp32.zip
lib_deps =
; issues with resolution https://github.com/yoursunny/esp32cam/issues/17
https://github.com/yoursunny/esp32cam.git#7f6c7ae13823947111b905e173ee5169daaf2679
Husarnet ESP32
[env:esp32dev]
board = esp32dev
monitor_speed = 115200
upload_speed = 921600
monitor_filters = esp32_exception_decoder, default
board_build.partitions = min_spiffs.csv
board_build.embed_txtfiles =
src/index.html
build_flags =
'-DWIFI_SSID="${sysenv.SSID}"'
'-DWIFI_PASS="${sysenv.PASS}"'
'-DHUSARNET_HOSTNAME="${sysenv.HOSTNAME}"'
'-DHUSARNET_JOINCODE="${sysenv.JOINCODE}"'