Skip to content

Commit

Permalink
Merge pull request #208 from thorrak/devel
Browse files Browse the repository at this point in the history
Increment version in platformio.ini
  • Loading branch information
thorrak committed Feb 18, 2022
2 parents 75f3dc3 + 753bf57 commit 2f251c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
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.0 ; Increment versions shown in about.htm page (from version.cpp)
-D PIO_SRC_TAG=1.1.1 ; 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

0 comments on commit 2f251c8

Please sign in to comment.