/*
PoC - Moddable on Wokwi.com
How to use:
1. Get a precompiled moddable binary (e.g. from https://gist.github.com/phoddie/b384f1317f9a3e001f23567d906b53ac)
2. Click in this code editor, press "F1"
3. Select "Load HEX File and Start Simulation..." and select the bin file (e.g. xs_esp32.bin)
Enjoy!
*/
void setup() {
Serial.begin(115200);
Serial.println("Please follow the instructions in the source code");
}
void loop() {}