1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-03-04 10:44:35 +00:00

adhere to Arduino IDE standards for sketch names (#65)

The IDE wants them to be named like their containing folder. Otherwise it proposes to create a new
folder and to move the sketch into it, which again causes troubles because the header files are not
automatically moved. Giving the sketch name the proper name avoids a lot of troubles for Arduino
IDE users (at least for version 2.3.4)

I missed this due to bad practice on my part, and this problem is found with all versions of Arduino IDE that I know of.
This commit is contained in:
Roman Haefeli
2025-02-12 10:21:40 +01:00
committed by GitHub
parent 45dd992bcb
commit 4c5f23ff89