pipenv: add send-net; networking: use SPI; add networking test

This commit is contained in:
Pi User
2025-10-01 23:10:56 +13:00
parent f9188b694e
commit ed35d6b838
3 changed files with 176 additions and 31 deletions

View File

@@ -33,3 +33,4 @@ build-esp32 = "bash -c 'source $HOME/esp/esp-idf/export.sh && cd esp32 && idf.py
flash-esp32 = "bash -c 'source $HOME/esp/esp-idf/export.sh && cd esp32 && idf.py -p $ESPPORT -b ${ESPSPEED:-460800} flash'"
watch-esp32 = "watchfiles 'bash -c \"source $HOME/esp/esp-idf/export.sh && cd esp32 && idf.py -p ${ESPPORT:-/dev/ttyACM0} -b ${ESPSPEED:-460800} flash monitor\"' esp32/main"
send-json = "python test/send_json.py"
send-net = "python test/test_networking.py"