arduino / arduino-create-agent-js-client

JS module providing discovery of the Arduino Create Plugin and communication with it
Other
33 stars 15 forks source link

Fixed file extension calculation for ESP32 boards. #554

Closed csarnataro closed 2 years ago

csarnataro commented 2 years ago

This commit fixes a bug introduced with 2.9.1 (which will be deprecated).

Now the file extension of the sketch is retrieved using a regular expression, not by position.