esp_modem: Moved to component folder

This commit is contained in:
David Čermák
2021-05-19 23:00:28 +08:00
committed by David Cermak
parent 61f264f97a
commit 90641c89eb
133 changed files with 21 additions and 21 deletions

View File

@ -0,0 +1,3 @@
sudo ip tuntap add mode tun user `whoami`
sudo ip link set dev tun0 up
sudo ifconfig tun0 10.184.178.109 netmask 255.255.255.255 up