forked from pablozg/freeds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
38 lines (33 loc) · 1.18 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
31
32
33
34
35
36
37
;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]
;src_dir = tasmota
;build_dir = .pioenvs
build_cache_dir = .cache
[env:heltec_wifi_kit_32]
;platform = espressif32
platform = https://github.com/platformio/platform-espressif32.git
board = heltec_wifi_kit_32
framework = arduino
upload_port = COM[4]
;upload_port = /dev/cu.SLAB_USBtoUART
monitor_speed = 115200
extra_scripts = pio/name-firmware.py
;platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
board_build.f_flash = 80000000L
board_build.f_cpu = 240000000L
board_build.flash_mode = dio
build_flags = ;-Wl,-Map,output.map
-DCORE_DEBUG_LEVEL=5
-DPIO_FRAMEWORK_ESP_IDF_ENABLE_EXCEPTIONS
;-DDEBUG_FAUXMO=Serial
#libraries
;lib_deps = https://github.com/me-no-dev/ESPAsyncWebServer.git
;https://github.com/me-no-dev/AsyncTCP.git