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 ; =============================================================================