pmt: Last commit for 1.2.0 version

- Major changes for developers.
 - Some changes to flash and sizeof functions.
 - Some minor changes.
This commit is contained in:
2025-09-05 11:31:46 +03:00
parent 51ae72aba1
commit 2615ddd127
14 changed files with 81 additions and 61 deletions

View File

@@ -15,7 +15,7 @@
#
THIS="$(basename $0)"
RELEASE="20250821"
RELEASE="20250905"
echo() { command echo "[$THIS]: $@"; }