Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ Wokwi compiles your code into a binary firmware, and then executes the binary fi
## How can I update the payment method for my subscription?

Go to [https://wokwi.com/dashboard/subscriptions](https://wokwi.com/dashboard/subscriptions) and click on "Change" next to the payment method.

## How do I use multiple microcontrollers in a single project?

Unfortunately this is currently unsupported.

Depending on your goals, consider using multiple simulations running in separate browser/VS Code instances paired with
the [private IoT gateway](/docs/guides/esp32-wifi.md#the-private-gateway). This will allow the microcontrollers to
connect to your local network and communicate that way.

Connecting them together with wires is not possible at this time.
Loading