first commit

This commit is contained in:
2026-06-30 11:42:43 +03:00
commit 4925caa8e3
68 changed files with 1948 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Firmware
## Expected Behavior
- Initialize serial logging.
- Initialize LCD.
- Connect to Wi-Fi with timeout.
- Show status: booting, connecting, connected, failed/retrying.
- Avoid committing credentials.
## Physical Test Procedure
1. Confirm LCD works with known test message.
2. Flash Wi-Fi firmware.
3. Watch serial logs.
4. Verify LCD status transitions.
5. Record failures and reconnect behavior.
## Code
TODO: добавить firmware после выбора workflow и credential strategy.
## Actual Result
TODO: записать network status, LCD output и serial observations.