Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Aug 11, 2022
1 parent 6d19cf0 commit 0202532
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
14 changes: 14 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ Changelog
#########



v1.1.3 - Aug 18, 2022 - Fix WiFi Manager
----------------------------------------

- Fix WiFiManager (Resolves "white screen" loop on D32 builds)
- Update/lock library versions


v1.1.2 - Jul 26, 2022 - Fix TFT Firmware
----------------------------------------

- Change to using 4MB partition scheme for TFT firmware


v1.1.1 - Feb 18, 2022 - TiltBridge Cloud Support
------------------------------------------------

Expand Down
10 changes: 4 additions & 6 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ monitor_rts = 1

build_flags = ; Do not use spaces around the "=" here, will give you a builder not found error
!python tools/git_rev.py ; Pick up git information for version (disabled), branch, and commit (in version.cpp)
-D PIO_SRC_TAG=1.1.2 ; Increment versions shown in about.htm page (from version.cpp)
-D PIO_SRC_TAG=1.1.3 ; Increment versions shown in about.htm page (from version.cpp)
; Async TCP Settings:
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1 ; per: https://github.com/me-no-dev/ESPAsyncWebServer/issues/731#issuecomment-628163515
-D CONFIG_ASYNC_TCP_USE_WDT=1
Expand Down Expand Up @@ -66,12 +66,10 @@ lib_deps =
https://github.com/thorrak/Arduino-Log.git ; // Need this until ArduinoLog merges https://github.com/thijse/Arduino-Log/pull/23
https://github.com/lbussy/esptelnet.git
https://github.com/me-no-dev/ESPAsyncWebServer.git
https://github.com/thorrak/WiFiManager.git#setcountry-patch ; Need this until tablatronix merges https://github.com/tzapu/WiFiManager/pull/1470
; https://github.com/tzapu/WiFiManager.git ;#feature_asyncwebserver
https://github.com/tzapu/WiFiManager.git#e0c5fb7daf4c44f2753fdc7325b9d47ad154ed30 ;#feature_asyncwebserver
h2zero/NimBLE-Arduino @ 1.3.4 ; https://github.com/h2zero/NimBLE-Arduino.git
256dpi/MQTT @ 2.4.8
; https://github.com/thorrak/LCBUrl.git ; // Need this until Lee merges https://github.com/lbussy/LCBUrl/pull/43
https://github.com/lbussy/LCBUrl.git
lbussy/LCBUrl @ ^1.1.7
;https://github.com/DJMarlow/Parse-SDK-Arduino.git
https://github.com/lbussy/Parse-SDK-Arduino.git#fix_warnings

Expand Down Expand Up @@ -104,7 +102,7 @@ build_flags =
-DDISABLE_OTA_UPDATES
lib_deps =
${common.lib_deps}
https://github.com/ThingPulse/esp8266-oled-ssd1306.git
https://github.com/ThingPulse/esp8266-oled-ssd1306.git#4.3.0
build_type = ${common.build_type}


Expand Down

0 comments on commit 0202532

Please sign in to comment.