asjdf / WebSerialLite

Super lightweight remote serial monitor for ESP8266 & ESP32 (frontend <3k)
GNU General Public License v3.0
60 stars 12 forks source link

Fix CI build #16

Closed mathieucarbou closed 10 months ago

mathieucarbou commented 10 months ago

Ci build is currently failing because of this issue: https://github.com/adafruit/ci-arduino/issues/169

The problem is that even if your code is compatible, dependencies might not be.

ideally, you would want to fork yourself the ci-arduino repo and do the same changes as ayushsharma82/ci-arduino in order to point to your own fork.

mathieucarbou commented 10 months ago

You might want to activate Github Actions on this PR to test that...