Advertisement
orborbson

ESP32_instalator

Jun 29th, 2024 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | Source Code | 0 0
  1. #!/usr/bin/env bash
  2. log_p="log.txt"
  3. rshell --port /dev/ttyUSB0 "cp -r ./fw/* /pyboard/; repl ~ import machine ~ machine.reset() ~" 2>&1 | tee "$log_p"
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement