Forum Rule: Always post complete source code & details to reproduce any issue!
-
Older Activity
-
04-02-2023, 05:55 PM
For others using platformIO, I found this to be a reasonable approach to replacing the file:
1) Add a pre-build script to your env
platform = teensy
board = teensy40
extra_scripts = pre:apply_patches.py
2)...
3 replies | 242 view(s)