here’s how it’s supposed to work:
this shows the following steps:
- import project (command)
- compile via the cloud (command)
- compile user application using the local compiler task (tasks)
note that the project i’m importing has the following layout:
proj-import-01
├── src
│ └── proj-import-01.ino
├── project.properties
└── README.md
my project.properties
contains:
name=proj-import-01
dependencies.dotstar=0.0.4
dependencies.MQTT=0.4.28
where name
is required
try mirroring all of this as closely as you can and if you are still running into issues, let’s start a new thread: Information: How to report bugs and provide feedback