jjg / RESTduino

A sketch to provide a REST-like interface to the Arduino+Ethernet Shield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem when using static IP

renatocan opened this issue · comments

There is a typo on lines 32 and 53 of RESTduino.ino. Instead of STATICPIP, it should be STATICIP (there is an extra P).

Thanks for the heads-up!