Skip to content

Commit

Permalink
version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Ludewig committed Apr 22, 2021
1 parent 61c8ca8 commit a0a905f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
; size=427056 bytes alpha10 (release) no syslog

[platformio]
default_envs = sonoff_basic
default_envs = bw_shp6

[common]
platform = [email protected]
framework = arduino

build_flags = -DAPP_VERSION=\"3.0.2\"
build_flags = -DAPP_VERSION=\"3.1.0\"
-Iprivate
-Iconfig
-Iinclude
Expand All @@ -45,8 +45,8 @@ lib_deps = ${common.lib_deps}
extra_scripts = post:extra_script.py
monitor_speed = 74880
upload_speed = 460800
upload_port = dummy
upload_command = ./private/OTA_UPLOAD_DEV1.sh
;upload_port = dummy
;upload_command = ./private/OTA_UPLOAD_DEV1.sh

[env:dev1lite]
build_type = release
Expand Down Expand Up @@ -139,7 +139,6 @@ upload_speed = 460800
upload_port = dummy
upload_command = ./private/OTA_UPLOAD_UCOMEN.sh


[env:sonoff_basic]
build_type = release
board = d1_mini_lite
Expand Down

0 comments on commit a0a905f

Please sign in to comment.