Code Share Question - Two Projects in one Zip

How do I submit a zip file which contains multiple projects? For example in my MQTT example with Gadgeteer I have two Gadgeteer projects, one for the controller and one for the device but when I wrap them up in a zip file to upload, only one of the projects is visible.

Two folders in one zip file?

That is what I did, so the structure looks like

MQTT Folder contains a MQTTController folder (which contains the controller project) and a MQTTDevice folder (which contains the device project).

When you view the project in the codeshare only one of the projects is shown, but if you download the file, both are contained in the zip file.

This has been fixed.

1 Like