Commit Graph

3 Commits

Author SHA1 Message Date
xlemmingx
de28645511 Fix Windows batch script - remove PowerShell dependency
- Replace PowerShell Set-Content with native batch commands
- Use type, findstr, echo and move for file processing
- Should work on all Windows systems without PowerShell restrictions
2025-10-07 18:55:13 +02:00
xlemmingx
4850d5b257 Fix Windows package.json error in setup scripts
- Add automatic PlatformIO package cleanup and reinstall
- Handle corrupted framework downloads on Windows
- Improve error handling and user guidance
2025-10-07 17:55:25 +02:00
xlemmingx
acc1334daf Add Windows setup scripts for framework configuration
- Add setup_framework.bat for classic Windows batch support
- Add setup_framework.ps1 for PowerShell with better error handling
- Both scripts handle STM32WL LoRaMAC-Node framework conflicts
2025-10-07 17:47:41 +02:00