b7258c72df
Plan 20 (UI/UX YiACAD) — 100% complete: - docs/YIACAD_COMPILED_ANCHOR_POINTS.md: C++ fork insertion points - docs/YIACAD_APP_INTENTS_STUDY.md: App Intents + on-device models Plan 24 (Mistral Studio) — blocked tasks annotated: - docs/MISTRAL_STUDIO_STATUS_2026-03-25.md: status + execution order Plan 25 (Hypnoled) — tooling ready: - docs/HYPNOLED_STATUS_2026-03-25.md: status + 10-step execution - tools/industrial/bom_analyzer.py: generic BOM parser + LCSC suggestions Project template: - templates/kill-life-project/: full scaffold for client repos - tools/project_init.sh: clone + apply template + commit - docs/PROJECT_TEMPLATE.md: usage guide Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
417 B
INI
21 lines
417 B
INI
; PlatformIO Project Configuration
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
;
|
|
; Uncomment and adapt the environment for your target board.
|
|
|
|
[platformio]
|
|
default_envs = esp32dev
|
|
|
|
[env:esp32dev]
|
|
platform = espressif32
|
|
board = esp32dev
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
; lib_deps =
|
|
|
|
; [env:nucleo_f446re]
|
|
; platform = ststm32
|
|
; board = nucleo_f446re
|
|
; framework = stm32cube
|
|
; monitor_speed = 115200
|