pipenv: add send-net; networking: use SPI; add networking test
This commit is contained in:
1
Pipfile
1
Pipfile
@@ -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"
|
||||
|
Reference in New Issue
Block a user