refactor: rename firmware from Plus to Solo

- FIRMWARE_VERSION: v1.15-plus.1 → v1.15-solo.1
- FIRMWARE_PLUS_BUILD → FIRMWARE_SOLO_BUILD in all platformio.ini and UITask.cpp
- docs/plus_features/ → docs/solo_features/ (all sub-docs moved)
- README: update all doc links plus new Documentation section
- GitHub Actions: extract GIT_TAG_VERSION in each build job (was missing,
  causing empty FIRMWARE_VERSION in builds); rename output files to
  solo-VERSION-oled.uf2 / solo-VERSION-eink.uf2; release title → "Solo VERSION"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jakub
2026-05-29 12:25:34 +02:00
co-authored by Claude Sonnet 4.6
parent df32f47942
commit c7009140ce
62 changed files with 551 additions and 399 deletions
+2 -2
View File
@@ -15,9 +15,9 @@ class UITask;
#define FIRMWARE_BUILD_DATE "12 May 2026"
#endif
// Versioning: vX.Y = upstream base, plus.N = fork revision
// Versioning: vX.Y = upstream base, solo.N = fork revision
#ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.15-plus.1"
#define FIRMWARE_VERSION "v1.15-solo.1"
#endif
#if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)