update w550 script

This commit is contained in:
Wolfgang Hottgenroth 2020-11-07 22:06:15 +01:00
parent 30dd82e895
commit dad1033a2b
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

9
tools/updateW5500Code.sh Normal file
View 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