📡 review: NEO status line says 'schematic ring' — real data, honest placement, in the UI not just the README (fable)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
monsterrobotparty 2026-07-16 08:58:37 +10:00
parent 4360269ad3
commit 6391273ac5

View File

@ -32,7 +32,7 @@ export default function create(ctx) {
des: r[ix('des')], jd: +r[ix('jd')], cd: r[ix('cd')], dist: +r[ix('dist')],
v: +r[ix('v_rel')], h: +r[ix('h')],
}, i, rows.length));
ui.setStatus('neos', neos.length ? `${neos.length} approaches ±30d · CAD` : 'none in window', on ? 'ok' : 'off');
ui.setStatus('neos', neos.length ? `${neos.length} approaches ±30d · CAD · schematic ring` : 'none in window', on ? 'ok' : 'off');
} catch (err) {
console.warn('[solargod] neos', err.message);
ui.setStatus('neos', 'CAD unavailable', 'err');