Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Ludewig committed Apr 22, 2021
1 parent 1fc6698 commit d756c17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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 = bw_shp6
default_envs = sonoff_basic

[common]
platform = espressif8266@2.6.3
framework = arduino

build_flags = -DAPP_VERSION=\"3.1.0\"
build_flags = -DAPP_VERSION=\"3.1.1\"
-Iprivate
-Iconfig
-Iinclude
Expand Down Expand Up @@ -105,6 +105,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_BW_SHP6.sh

[env:bw_shp6_v11]
board = bw_shp6_v11
Expand Down

0 comments on commit d756c17

Please sign in to comment.