-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1284 from MichaelDvP/dev
fix for [email protected]
- Loading branch information
Showing
5 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ | |
|
||
- mqtt free mem check 60k | ||
- small cosmetic changes to Searching in Customization web page | ||
- update to [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ unbuild_flags = | |
${common.core_unbuild_flags} | ||
|
||
[espressi32_base] | ||
platform = espressif32@6.3.2 | ||
platform = espressif32 | ||
framework = arduino | ||
build_flags = ${common.build_flags} | ||
build_unflags = ${common.unbuild_flags} | ||
|
@@ -65,6 +65,8 @@ check_flags = | |
; the Web interface is built seperately | ||
[env:ci] | ||
extends = espressi32_base | ||
; stay on platform 6.3.2 until heap issue is solved | ||
platform = [email protected] | ||
extra_scripts = scripts/rename_fw.py | ||
board = esp32dev | ||
board_build.partitions = esp32_partition_4M.csv | ||
|
@@ -85,20 +87,26 @@ build_unflags = ${common.unbuild_flags} | |
|
||
[env:esp32_4M] | ||
extends = espressi32_base | ||
; stay on platform 6.3.2 until heap issue is solved | ||
platform = [email protected] | ||
board = esp32dev | ||
board_upload.flash_size = 4MB | ||
board_build.partitions = esp32_partition_4M.csv | ||
build_flags = ${common.build_flags} -Os | ||
|
||
[env:esp32_4Mplus] | ||
extends = espressi32_base | ||
; stay on platform 6.3.2 until heap issue is solved | ||
platform = [email protected] | ||
board = esp32dev | ||
board_upload.flash_size = 4MB | ||
board_build.partitions = esp32_asym_partition_4M.csv | ||
build_flags = ${common.build_flags} | ||
|
||
[env:esp32_16M] | ||
extends = espressi32_base | ||
; stay on platform 6.3.2 until heap issue is solved | ||
platform = [email protected] | ||
board = esp32dev | ||
board_upload.flash_size = 16MB | ||
board_build.partitions = esp32_partition_16M.csv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#define EMSESP_APP_VERSION "3.6.1-dev.0" | ||
#define EMSESP_APP_VERSION "3.6.1-dev.1" |