arduino-test-compile icon indicating copy to clipboard operation
arduino-test-compile copied to clipboard

Github Action to compile all examples of an Arduino library for one board and check for errors

Results 1 arduino-test-compile issues
Sort by recently updated
recently updated
newest added

Currently in produces multiple binaries for each .ino. (partitions, booloader, sketch, etc) How can I make it to produce a single binary which can be flushed to esp32 device? esptool.py...