PM_K-1: keep firmware versioning in the 0.0.x series (0.1.0 -> 0.0.13)
Per request, stay on 0.0.x; the lane-editor build is relabeled 0.0.13 (no code change). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
dbc9fa7fdc
commit
73d18ab1f3
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
import board, busio, digitalio, analogio, pwmio, displayio, vectorio, time, json, gc, os, supervisor
|
||||
supervisor.runtime.autoreload = False # we write our own files (log + pushed programs); never self-restart
|
||||
APP_VERSION = "0.1.0" # firmware version (the A/B updater pushes/compares this)
|
||||
APP_VERSION = "0.0.13" # firmware version (the A/B updater pushes/compares this)
|
||||
try:
|
||||
import rtc # set from the editor's clock SysEx so the log has real timestamps
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Reference in a new issue