Files
magnus919_agent-skills/esp32-development/templates/platformio.ini
T
Magnus HedemarkandGitHub 36638256a8 feat: add portable ESP32 development skill (#53)
* feat: add portable ESP32 development skill

Add source-backed workflows, safe templates, native CLI routing, and a read-only preflight for ESP32 hardware and firmware work.\n\nAI assistance: research, drafting, implementation, and review used OpenAI Codex and delegated DeepSeek agents under human direction.

* docs: harden ESP32 family and security guidance

Add source-backed family traps, brownout, calibration, USB recovery, and security-mode boundaries found during independent review.\n\nAI assistance: independent audits and drafting used delegated DeepSeek agents and OpenAI Codex under human direction.
2026-07-15 21:45:53 -04:00

13 lines
450 B
INI

; Replace placeholders after checking the exact board definition.
[env:esp32]
platform = platformio/espressif32
board = REPLACE_WITH_BOARD_ID
framework = arduino
monitor_speed = 115200
; Pin platform to a tested release before sharing or releasing the project:
; platform = platformio/espressif32@X.Y.Z
;
; Add upload_port only when a stable device identity is known. Do not assume
; /dev/ttyUSB0 or a COM number remains attached to the same board.