Fix simulator url in README (#40)

This commit is contained in:
Ruben Nic
2025-07-07 19:16:19 -04:00
committed by GitHub
parent 4d45fcde30
commit 3b7603a0ed

View File

@@ -55,4 +55,4 @@ emmake make BOARD=sensorwatch_red DISPLAY=classic
python3 -m http.server -d build-sim python3 -m http.server -d build-sim
``` ```
Finally, visit [watch.html](http://localhost:8000/watch.html) to see your work. Finally, visit [firmware.html](http://localhost:8000/firmware.html) to see your work.