docs: rename fleet repos to Iffley Road codenames

bannister (band), brasher (radio hub), mcwhirter (gateway),
chataway (track core), iffley (LED node).
This commit is contained in:
2026-07-30 19:07:01 +08:00
parent cd5c2f64e0
commit 584ae52f0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# track-core
Standalone C++ core for TrackBackFwd track simulation and strip rendering.
Standalone C++ core for mcwhirter track simulation and strip rendering.
This library is intentionally platform-neutral. It does not depend on ESP-IDF,
FreeRTOS, protobuf/nanopb, BLE, or hardware LED drivers.
+1 -1
View File
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "track-core"
version = "0.1.0"
description = "Platform-neutral TrackBackFwd track simulation core with Python bindings"
description = "Platform-neutral mcwhirter track simulation core with Python bindings"
readme = "README.md"
requires-python = ">=3.9"
dependencies = []