Test u-blox C027, nodejs, socketio on heroku

Dependencies:   C027 EthernetInterface SocketIO WebSocketClient mbed-rtos mbed

Fork of C027_Socketio_Ethernet by Chau Vo

Revision:
8:958c0e7c9536
Parent:
4:0bdab35cb164
Child:
9:b03bfd6a2094
--- a/main.cpp	Sun Apr 27 13:58:54 2014 +0000
+++ b/main.cpp	Sun Apr 27 14:04:00 2014 +0000
@@ -6,7 +6,7 @@
 
 
 //Debug is disabled by default
-#if 1
+#if 0
 //Enable debug
 #include <cstdio>
 #define DBG(x, ...) std::printf("[main : DBG]"x"\r\n", ##__VA_ARGS__);