When I am uploading with PlatformIO, why isn’t there a prompt to reboot the microcontroller power supply?
Computer: MacBook Pro
Chip: Apple M3 Pro
macOS: Sequoia 15.2
When I am uploading with PlatformIO, why isn’t there a prompt to reboot the microcontroller power supply?
Computer: MacBook Pro
Chip: Apple M3 Pro
macOS: Sequoia 15.2
how to get the names of source code files that have been recompiled
I program in the vs code+platformio environment
and there I wrote an external script to optimize the code, but I have a problem: I need to know which source code files were just compiled and not taken from the previous compilation, the environment class returns all the files to me and I only need those that have just changed
Can i use defines from main.cpp in lib folder?
I wrote a little “library” to adress a external modul via UART.
So there is a xxx.h file and a xxx.c file. If i put those in the /include Folder and do a #include “xxx.h” everything works and it compiles.