Hi, When you try to compile for the particle electron: ``` particle compile electron . --saveTo firmware.bin ``` It fails with lots of errors. You need: ``` #include "Particle.h" ``` At the top of the: main.ino file.
Hi,
When you try to compile for the particle electron:
It fails with lots of errors.
You need:
At the top of the: main.ino file.