Added support for transmitting a string.
[goodfet] / firmware / goodfet.c
index a8d5b7a..d993167 100644 (file)
@@ -65,8 +65,10 @@ int main(void)
   \r
   init();\r
   \r
   \r
   init();\r
   \r
+  \r
   //Ready\r
   //Ready\r
-  txdata(MONITOR,OK,0);\r
+  //txdata(MONITOR,OK,0);\r
+  txstring(MONITOR,OK,"http://goodfet.sf.net/");\r
   \r
   //Command loop.  There's no end!\r
   while(1){\r
   \r
   //Command loop.  There's no end!\r
   while(1){\r