Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
temp fix for ArduinoJson library
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Mar 6, 2019
1 parent a1b8bf0 commit f35cf97
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions platformio.ini-example
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[platformio]
; change this for your ESP8266 device
; env_default = nodemcuv2
env_default = d1_mini

[common]
Expand All @@ -18,21 +16,10 @@ lib_deps =
CircularBuffer
JustWifi
AsyncMqttClient
ArduinoJson
; ArduinoJson
https://github.com/bblanchon/ArduinoJson#v5.13.5
OneWire

[env:nodemcuv2]
board = nodemcuv2
platform = ${common.platform}
framework = arduino
lib_deps = ${common.lib_deps}
build_flags = ${common.build_flags} ${common.wifi_settings}
board_build.flash_mode = ${common.flash_mode}
upload_speed = 921600
monitor_speed = 115200
upload_port = ems-esp.local
;upload_port = 10.10.10.6

[env:d1_mini]
board = d1_mini
platform = ${common.platform}
Expand All @@ -42,6 +29,9 @@ build_flags = ${common.build_flags} ${common.wifi_settings}
board_build.flash_mode = ${common.flash_mode}
upload_speed = 921600
monitor_speed = 115200
upload_port = ems-esp.local
;upload_port = 10.10.10.6

; for OTA comment out these sections
;upload_protocol = espota
;upload_port = ems-esp.local


0 comments on commit f35cf97

Please sign in to comment.