honey_the_codewitch
Active member
I'm not 100% sure this is a Teensy issue, but this technique works with my ESP32s
Used platform Version Path
teensy:avr 1.59.0 C:\Users\<redacted>\AppData\Local\Arduino15\packages\teensy\hardware\avr\1.59.0
Command executed successfully.
Compilation completed successfully.
Upload starting...
Everything works, except the platform.local.txt in that directory is not getting honored.
compiler.c.extra_flags=-DHTCW_GFX_NO_SWAP
compiler.cpp.extra_flags=-DHTCW_GFX_NO_SWAP
Those are the contents
I need this file to be honored.
Used platform Version Path
teensy:avr 1.59.0 C:\Users\<redacted>\AppData\Local\Arduino15\packages\teensy\hardware\avr\1.59.0
Command executed successfully.
Compilation completed successfully.
Upload starting...
Everything works, except the platform.local.txt in that directory is not getting honored.
compiler.c.extra_flags=-DHTCW_GFX_NO_SWAP
compiler.cpp.extra_flags=-DHTCW_GFX_NO_SWAP
Those are the contents
I need this file to be honored.