Files
embedded-lab/labs/008_wifi_status_display/firmware.md
2026-06-30 11:42:43 +03:00

26 lines
601 B
Markdown

# 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.