Files
HaloKeymind/wokwi.toml
T
agessaman cbbd01b620 feat(docs): add local testing instructions for MQTT functionality
Include detailed instructions for local testing of observer and WiFi
functionality without hardware. Document the use of a mock backend and
Wokwi ESP32-S3 simulation for easier development and testing.
Enhance the MQTT implementation documentation to improve developer
experience and facilitate testing workflows.
2026-07-18 13:19:27 -07:00

17 lines
833 B
TOML

# Wokwi config for the ESP32-S3 observer simulation (no hardware, no flashing).
#
# Build the sim firmware first (produces the merged flash image Wokwi needs):
# pio run -e Heltec_v3_repeater_observer_mqtt_sim -t mergebin
#
# Then start the simulation either way:
# - VS Code: install the "Wokwi Simulator" extension, open diagram.json, press play
# - CLI: wokwi-cli . (needs a free WOKWI_CLI_TOKEN)
#
# The firmware is seeded to auto-join the "Wokwi-GUEST" network, so it boots
# straight into WiFi + MQTT. The LoRa radio is stubbed (SimRadio); mesh RX/TX is
# not simulated. Drive the CLI over the serial monitor (get/set/start webconfig).
[wokwi]
version = 1
firmware = ".pio/build/Heltec_v3_repeater_observer_mqtt_sim/firmware-merged.bin"
elf = ".pio/build/Heltec_v3_repeater_observer_mqtt_sim/firmware.elf"