Martino Facchin

Results 212 comments of Martino Facchin

Hi @gitcnd , which version of the IDE are you using? OSX version too would be useful.

As @lefeverd reported, it's likely to be a mismatch between the installed java version and the one used to build the IDE. The distribution from arduino.cc should be unaffected (uses...

@timkoers thanks for your effort! I took a look at https://github.com/timkoers/Arduino/tree/board-autoswitch and the method is totally convincing. My only concern is that it's totally tied to Java IDE, so if...

The direction is to remove as much logic as possible from the Java IDE, making it more or less an interface to cli tools. This will make it easier to...

The intention looks very good, but it seems that the console doesn't scroll anymore if there is no error but only warnings. This probably happens because everything from stderr is...

Hi @AndersonLovesYou , depending on your Raspbian distribution you should use the arm32 or the arm64 build. The processor is indeed 64bit but the RaspberryPi foundation used to released a...

> is this still a thing? i still got the problem on linux mint 19 It is, any pull request fixing it will be merged immediately :smile:

The main problem tackled by #3771 is the fact that most programmers, if something goes wrong, lock the serial port indefinitely. Clicking the Upload button a second time, after that...