I am following the instructions in the “Update your device remotely” section using the blinky code. When I try to compile the code I get the following error:
...> particle compile photon blinky.ino
Compiling code for photon
Including:
blinky.ino
attempting to compile firmware
Compile failed. Exiting.
blinky.cpp:1:2: error: invalid preprocessing directive #Copy
#Copy me to blinky.ino
^
make[1]: *** [../build/target/user/platform-6blinky.o] Error 1
make: *** [user] Error 2