We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb81d37 + 386d9f9 commit 711eddfCopy full SHA for 711eddf
src/u-blox_external_typedefs.h
@@ -254,7 +254,7 @@ struct sfe_ublox_ubx_logging_list_t
254
255
#ifndef MAX_PAYLOAD_SIZE
256
// v2.0: keep this for backwards-compatibility, but this is largely superseded by setPacketCfgPayloadSize
257
-#define MAX_PAYLOAD_SIZE 276 // We need >=250 bytes for getProtocolVersion on the NEO-F10N
+#define MAX_PAYLOAD_SIZE 512 // We need >=288 bytes for getModuleInfo on the ZED-X20P
258
// #define MAX_PAYLOAD_SIZE 768 //Worst case: UBX_CFG_VALSET packet with 64 keyIDs each with 64 bit values
259
#endif
260
0 commit comments