Skip to content

Commit

Permalink
Test persistent AP mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Jun 9, 2018
1 parent 9af6bc5 commit ccc041a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
- [build] BearSSL dependency error with Platformio
- [webui] #115 version numbering

#### Changed
- [build] Updated PlatformIO configuration file for next PIO release

## [0.7.4] - 2018-04-28
#### Fixed
- [webui] comment out access types
Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Expand Up @@ -16,7 +16,7 @@ lib_deps =
; boards which GPIO0 and RESET controlled using two NPN transistors as nodemcu devkit (includes wemos d1 mini)
[env:nodemcu]
lib_ldf_mode = deep+
board_f_cpu = 160000000L
board_build.f_cpu = 160000000L
platform = ${common.platform}
framework = arduino
board = esp12e
Expand All @@ -25,12 +25,12 @@ lib_deps = ${common.lib_deps}
build_flags = -Wl,-Teagle.flash.4m2m.ld
extra_scripts = scripts/pio_script.py
upload_speed = 921600
monitor_baud = 115200
monitor_speed = 115200

; for Travis CI deployment
[env:deploy]
lib_ldf_mode = deep+
board_f_cpu = 160000000L
board_build.f_cpu = 160000000L
platform = ${common.platform}
framework = arduino
board = esp12e
Expand Down

0 comments on commit ccc041a

Please sign in to comment.