552
edits
| Line 217: | Line 217: | ||
And your Nanode should serve its first webpage. It doesn't do much, but does have a clickable link to Andy Lindsay's blog page. | And your Nanode should serve its first webpage. It doesn't do much, but does have a clickable link to Andy Lindsay's blog page. | ||
Now, edit the code and | Now, edit the code and chagce every reference to Arduino in the print_webpage function to Nanode | ||
// prepare the webpage by writing the data to the tcp send buffer | |||
uint16_t print_webpage(uint8_t *buf) | |||
Now re-compile and upload and refresh your browser window - you should see the text changes you made in the code reflected in the served page. | Now re-compile and upload and refresh your browser window - you should see the text changes you made in the code reflected in the served page. | ||
edits