strengthen that at one firmware build is necessary after code changes.

This commit is contained in:
Frank
2026-04-05 15:21:30 +02:00
parent 19b44b73c4
commit 1fce76600c
2 changed files with 6 additions and 5 deletions

View File

@@ -38,12 +38,12 @@ Use these timeout values when running builds:
3. Then build and test firmware
## Before Finishing Work
## Before Finishing Work - Testing
**You MUST complete ALL of these before marking work as done:**
1. **Run tests**: `npm test` — must pass
2. **Build firmware**: `pio run -e esp32_4MB_V4_M` — must succeed
2. **Build firmware**: `pio run -e esp32_4MB_V4_M` — must succeed after source code changes, **never skip this step**.
- Set timeout to 30+ minutes, **never cancel**
- Choose `esp32_4MB_V4_M` as a common, representative environment
- If the build fails, fix the issue before proceeding