- Timestamp:
- 08/13/12 12:28:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/ShutterController/ShutterController.ino
r14258 r14357 9 9 * for Arduino community! :-) 10 10 * 11 * Pro:12 * - HTTP Requests GET & POST13 * - Switch page selection.14 * - HTML pages in flash memory.15 * - Button to turn LED on/off16 * - Favicon & png images17 11 * 18 12 */ … … 115 109 #define CONT_FOOTER 3 116 110 117 // Page 1118 //PROGMEM prog_char http_uri1[] = "/";119 //PROGMEM prog_char content_title1[] = "<h2>Page 1</h2>";120 //PROGMEM prog_char content_page1[] = "<hr /><h3>Action List</h3><br /><form action=\"/action1\" method=\"BUTTON1\"><button name=\"Action1\" type=\"submit\">Action 1</button></form>";121 // <input type=\"text\" name=\"prova\"><input type=\"submit\" value=\"button1\"></form>"122 // "<br /><form action=\"/login\" method=\"GET\"><input type=\"text\" name=\"prova2\"><input type=\"submit\" value=\"get\"></form><form action=\"/login\" method=\"POST\"><button name=\"LedToggle\" value=\"myvalue\" type=\"submit\">greenery</button>123 111 124 112 // Page 1
Note:
See TracChangeset
for help on using the changeset viewer.