Here’s what it should look like:
specifically the fact that I have only one folder open (using the above mentioned methods) and that folder only has one .ino
file in it. You might also note that subfolders are possible as long as you understand that they are flattened on the build server so instead of #include "ClickButton/ClickButton.h"
it’s just #include "ClickButton.h"
. That project compiles and is running on my photon as we speak.