Skip to content

Instantly share code, notes, and snippets.

@D3f0
Created August 25, 2017 23:12
Show Gist options
  • Save D3f0/85a39228b96f2b9eb98dd0c45ed95b23 to your computer and use it in GitHub Desktop.
Save D3f0/85a39228b96f2b9eb98dd0c45ed95b23 to your computer and use it in GitHub Desktop.
void setup()
{
system("ifconfig eth0 192.168.0.100 netmask 255.255.255.0 up");
}
void loop(){}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment