-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
48 lines (42 loc) · 1.83 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
38
39
40
41
42
43
44
45
46
47
48
;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]
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
;monitor_port = COM[4]
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
-DCONFIG_FREERTOS_ASSERT_DISABLE
-DCONFIG_LWIP_ESP_GRATUITOUS_ARP
-DCONFIG_LWIP_GARP_TMR_INTERVAL=30
; -g -DDEBUG_FAUXMO=Serial -DDEBUG_FAUXMO_VERBOSE_TCP=1 -DDEBUG_FAUXMO_VERBOSE_UDP=1
#libraries
; lib_deps =
; https://github.com/me-no-dev/ESPAsyncWebServer.git
; https://github.com/me-no-dev/AsyncTCP.git
; https://github.com/milesburton/Arduino-Temperature-Control-Library.git
; https://github.com/bblanchon/ArduinoJson.git
; https://github.com/marvinroger/async-mqtt-client.git
; https://github.com/PaulStoffregen/OneWire.git
; https://github.com/ThingPulse/esp8266-oled-ssd1306.git
; https://github.com/Savjee/EmonLib-esp32.git