Lorandil
Lorandil
Thanks for the tip. The problem with external tools like putty is, that they block the serial port. The IDE won't be able to upload to the micro controller until...
Personally, I like to explicitly save my work (before shutting down or otherwise). I think implicit saving **adds** complexity instead of reducing it. I don't see a problem in implicit...
I'm experiencing the same behaviour on my machine since updating to 2.0 RC8. IDE 1.8.16 is still working fine, so there are boards available. I suppose I will have to...
Hi @per1234 , I tried the nightly from today and it didn't solve the problem for me.
Hi all, just a quick update: The problem is fixed for me with the nightly of 2022-07-10. The working boards are there and an error message is displayed - which...
I'm experiencing a similar problem: If I press "CTRL+S" the file is saved and immediately a dialog appears stating that the file has changed on disk. If I press "yes"...
Hi @per1234, thanks for the workaround. In the meantime I tried to rename my "Foo.h" to "foo.h" and changed the mixed includes of "Foo.h"/"foo.h" to be all "foo.h". That happens...
To make it short - streamlining the file names didn't help. I used the workaround @per1234 mentioned and that fixed the issue for now.