update w550 script
This commit is contained in:
parent
30dd82e895
commit
dad1033a2b
9
tools/updateW5500Code.sh
Normal file
9
tools/updateW5500Code.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm w5500/*
|
||||
pushd ioLibrary_Driver
|
||||
for D in Ethernet Ethernet/W5500 Internet/DHCP Internet/DNS Internet/httpServer Internet/MQTT; do
|
||||
cp $D/*.c $D/.h ../w5500
|
||||
done
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user