Improve build and integrate firmware versioning
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[platformio]
|
||||
default_envs=
|
||||
esp32-s3-nano
|
||||
obpkp61
|
||||
|
||||
[env]
|
||||
platform = espressif32
|
||||
@@ -41,7 +41,10 @@ build_flags =
|
||||
build_unflags =
|
||||
-std=gnu++11
|
||||
|
||||
[env:esp32-s3-nano]
|
||||
custom_version = 0.2.0
|
||||
custom_versionformat = DEVELOP # Version format switch: e.g.DEVELOP=dev<yyyymmdd>|RELEASE=1.0.0
|
||||
|
||||
[env:obpkp61]
|
||||
build_type = release # debug | release
|
||||
board = esp32_s3_nano
|
||||
#board = arduino_nano_esp32 # ATTENTION! Pin numbering scheme changes
|
||||
|
||||
Reference in New Issue
Block a user