add version comparison function and check for outdated versions before updates
This commit is contained in:
@ -10,6 +10,8 @@
|
||||
|
||||
[common]
|
||||
version = "1.3.99"
|
||||
to_old_version = "1.4.0"
|
||||
|
||||
##
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
@ -48,6 +50,7 @@ build_flags =
|
||||
#-DNDEBUG
|
||||
-mtext-section-literals
|
||||
-DVERSION=\"${common.version}\"
|
||||
-DTOOLDVERSION=\"${common.to_old_version}\"
|
||||
-DASYNCWEBSERVER_REGEX
|
||||
#-DCORE_DEBUG_LEVEL=3
|
||||
-DCONFIG_ARDUHAL_LOG_COLORS=1
|
||||
|
Reference in New Issue
Block a user