mirror of
https://github.com/usatiuk/EggbotWireless.git
synced 2025-10-27 09:17:48 +01:00
25 lines
682 B
INI
25 lines
682 B
INI
; 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
|
|
|
|
[env:eggbotwireless]
|
|
platform = espressif8266@2.6.3
|
|
board = esp12e
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
board_build.f_cpu = 160000000L
|
|
upload_resetmethod = nodemcu
|
|
board_build.filesystem = littlefs
|
|
|
|
; Oops, this breaks the build
|
|
; build_flags = !python buildweb.py
|
|
|
|
upload_port=COM4
|
|
|
|
lib_deps = ArduinoJson@6.11 |