* 1) Create a sketch for your ESP board and verify * that it both compiles and works. * 2) In the IDE select: Sketch -> Export compiled Binary. * 3) Create an OTA update file utilising the tools 'lzss ...
There is a problem with Serial data transfer with Adafruit_TinyUSB. Data goes to PC only on even loop iteration, odd iteration values are stored and concatenated. Tested with Arduino 1.8.15 and 1.8.19 ...