File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717#endif
1818#endif
1919
20+ #ifdef MSGPACKETIZER_DISABLE_NETWORK
21+ #define PACKETIZER_DISABLE_NETWORK
22+ #else
2023#if defined(MSGPACKETIZER_ENABLE_ETHER) || defined(MSGPACKETIZER_ENABLE_WIFI)
2124#define MSGPACKETIZER_ENABLE_NETWORK
2225#include < Udp.h>
2326#include < Client.h>
2427#endif
28+ #endif // MSGPACKETIZER_DISABLE_NETWORK
2529
2630#if ARX_HAVE_LIBSTDCPLUSPLUS >= 201103L // Have libstdc++11
2731// use standard c++ libraries
Original file line number Diff line number Diff line change 1111 "url" : " https://github.com/hideakitai" ,
1212 "maintainer" : true
1313 },
14- "version" : " 0.5.2 " ,
14+ "version" : " 0.5.3 " ,
1515 "license" : " MIT" ,
1616 "frameworks" : " arduino" ,
1717 "platforms" : " *" ,
Original file line number Diff line number Diff line change 11name =MsgPacketizer
2- version =0.5.2
2+ version =0.5.3
33author =hideakitai
44maintainer =hideakitai
55sentence =msgpack based serializer and deserializer with packetize for Arduino and more
You can’t perform that action at this time.
0 commit comments