Netservices modded to read fragmented HTTP respsonse/payload from special purpose server - 180 bytes only

Committer:
RodColeman
Date:
Thu Sep 08 10:48:09 2011 +0000
Revision:
0:850eacf3e945
revised fixed length to 178 bytes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
RodColeman 0:850eacf3e945 1 #ifndef NET_CFG_H
RodColeman 0:850eacf3e945 2 #define NET_GPRS 0
RodColeman 0:850eacf3e945 3 #define NET_PPP 0
RodColeman 0:850eacf3e945 4 #define NET_GPRS_MODULE 0
RodColeman 0:850eacf3e945 5 #define NET_ETH 1
RodColeman 0:850eacf3e945 6 #define NET_USB_SERIAL 0
RodColeman 0:850eacf3e945 7 #define NET_CFG_H 1
RodColeman 0:850eacf3e945 8 #define NET_UMTS 0
RodColeman 0:850eacf3e945 9 #define NET_USB 0
RodColeman 0:850eacf3e945 10 #define NET_LWIP_STACK 1
RodColeman 0:850eacf3e945 11 #endif