Skip to content

Commit f034601

Browse files
Copilotnetmindz
andcommitted
Reference Hardware Compilation section for common environments list
Co-authored-by: netmindz <[email protected]>
1 parent 151a974 commit f034601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The build has two main phases:
4040

4141
2. **Build at least one hardware environment**: `pio run -e esp32dev` -- Set timeout to 30+ minutes. NEVER CANCEL.
4242
- Choose `esp32dev` as it's a common, representative environment
43-
- Alternative environments if needed: `nodemcuv2` (ESP8266) or `esp8266_2m`
43+
- See "Hardware Compilation" section above for the full list of common environments
4444
- The build MUST complete successfully without errors
4545
- If the build fails, fix the issue before proceeding
4646
- **DO NOT skip this step** - it validates that firmware compiles with your changes
@@ -166,7 +166,7 @@ package.json # Node.js dependencies and scripts
166166

167167
**To ensure CI success, you MUST locally:**
168168
- Run `npm test` and ensure it passes
169-
- Run `pio run -e esp32dev` (or another common environment) and ensure it completes successfully
169+
- Run `pio run -e esp32dev` (or another common environment from "Hardware Compilation" section) and ensure it completes successfully
170170
- If either fails locally, it WILL fail in CI
171171

172172
**Match this workflow in your local development to ensure CI success. Do not mark work complete until you have validated builds locally.**

0 commit comments

Comments
 (0)