-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
39 lines (37 loc) · 1.43 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
; 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
; http://docs.platformio.org/page/projectconf.html
[env:esp12e]
; platform = espressif8266
; platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
platform = https://github.com/platformio/platform-espressif8266.git
; platform = https://github.com/earlephilhower/Arduino.git#certstore_cleanup
board = esp12e
framework = arduino
; lib_deps = ESP Async WebServer, Time, Adafruit GFX Library, AsyncMqttClient, RTC, ArduinoJson
lib_deps = ESP Async WebServer, Adafruit GFX Library, AsyncMqttClient, RTC, ArduinoJson
; lib_extra_dirs = G:\Dropbox\Arduino\Sketch\libraries
; lib_ldf_mode = deep+
; upload_port = COM3
; upload_port = 192.168.10.122
board_build.f_cpu = 160000000L
board_build.f_flash = 80000000L
board_build.flash_mode = qio
upload_resetmethod = nodemcu
; build_flags = -Wl,-Teagle.flash.4m.ld
; build_flags = -Wl,-Teagle.flash.4m2m.ld
build_flags =
-Wl,-Teagle.flash.4m2m.ld
-DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
upload_speed = 921600
; build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
; Custom Serial Monitor port
; monitor_port = COM17
; Custom Serial Monitor baud rate
monitor_speed = 115200