From 7074d91b4adce1f40c8790e9bfb5a1be007f89e6 Mon Sep 17 00:00:00 2001 From: JC-000 <3798556+JC-000@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:33:27 -0500 Subject: [PATCH] Change UCI banner to 'UCI NETWORKING' Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 2 +- src/net/uci/net.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 4e7aa91..f4c87d0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -173,7 +173,7 @@ Scripts under `tools/uci/` require a U64E at 192.168.1.81 and use - `net_tcp_set_recv_cb` is an RTS stub (no callers in-tree). - Boot banner line 03 still says "rr-net" under ip65 build even though Phase 2 made it backend-aware — this is correct/expected - behavior. Under UCI it says "ULTIMATE 64 ELITE (UCI)". + behavior. Under UCI it says "UCI NETWORKING". ## Memory layout diff --git a/src/net/uci/net.s b/src/net/uci/net.s index 360d82a..8db62d6 100644 --- a/src/net/uci/net.s +++ b/src/net/uci/net.s @@ -820,7 +820,7 @@ net_recv_byte: .segment "RODATA" net_banner_str: - .byte "ULTIMATE 64 ELITE (UCI)" + .byte "UCI NETWORKING" .byte $0d, 0 ; =============================================================================