Added NETMODE DHCP_CLIENT for firmware v1.1.0+

pull/9/head
Darren Kitchen 2019-11-08 17:47:46 -08:00 committed by GitHub
parent 602a7f5af6
commit 9685d73c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,10 @@ function find_subnet() {
function run() {
LED SETUP
# Set NETMODE to DHCP_CLIENT for Shark Jack v1.1.0+
NETMODE DHCP_CLIENT
# Find IP address and subnet
for i in {1..30}; do
sleep 1 && find_subnet