/*
To load a custom firmware:
1. Press "F1" inside the code editor
2. Choose "Load HEX File and Start Simulation…"
3. Select the desired bin/elf/uf2 file: an application compiled with the ESP-IDF,
MicroPython firmware, etc.
Enjoy!
*/
void setup() {
Serial.begin(115200);
Serial.println("Please view the instructions in the source code!");
}
void loop() {
}