add some instruction about building/debugging from the command line

This commit is contained in:
Fabrice Bellamy 2026-01-31 13:10:00 +01:00
parent daf410ec7e
commit b84a633016
3 changed files with 38 additions and 12 deletions

5
esp32s3-remote.cfg Normal file
View file

@ -0,0 +1,5 @@
# Bind to all interfaces (not just localhost)
bindto 0.0.0.0
# Include the standard ESP32-S3 config
source [find board/esp32s3-builtin.cfg]