From 76693b97d717084ae34eca6e5518d18ed709422f Mon Sep 17 00:00:00 2001 From: Arne Zachlod Date: Tue, 4 Mar 2025 16:54:41 +0100 Subject: [PATCH] requests library got changed, so put it into the update --- install_program_on_esp32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_program_on_esp32.sh b/install_program_on_esp32.sh index 0eb5387..a20683b 100755 --- a/install_program_on_esp32.sh +++ b/install_program_on_esp32.sh @@ -1,10 +1,10 @@ #!/bin/sh python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 mip install sdcard -python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 mip install requests python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 mip install github:mkomon/uota python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 fs cp main.py :main.py +python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 fs cp requests.py :requests.py python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 fs cp uota.cfg :uota.cfg python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 fs cp version :version