mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
Was using wrong protobuf - release
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
PB_BIND(Header, Header, AUTO)
|
||||
PB_BIND(Header, Header, 2)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
/* Struct definitions */
|
||||
typedef struct _Header {
|
||||
bool has_uri;
|
||||
char uri[64];
|
||||
char uri[256];
|
||||
bool has_method;
|
||||
char method[32];
|
||||
char method[64];
|
||||
} Header;
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ extern const pb_msgdesc_t Header_msg;
|
||||
#define Header_fields &Header_msg
|
||||
|
||||
/* Maximum encoded size of messages (where known) */
|
||||
#define Header_size 98
|
||||
#define Header_size 323
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
||||
Reference in New Issue
Block a user