Feature: add disable_tx setting #1065 (#1066)

* Feature: add disable_tx setting #1065
This commit is contained in:
ernax78
2022-01-06 21:01:45 +03:00
committed by GitHub
parent 9bc9d37596
commit 1c63d2d334
3 changed files with 13 additions and 9 deletions

View File

@@ -5,8 +5,8 @@
#define PB_ADMIN_PB_H_INCLUDED
#include <pb.h>
#include "channel.pb.h"
#include "radioconfig.pb.h"
#include "mesh.pb.h"
#include "radioconfig.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
@@ -86,7 +86,7 @@ extern const pb_msgdesc_t AdminMessage_msg;
#define AdminMessage_fields &AdminMessage_msg
/* Maximum encoded size of messages (where known) */
#define AdminMessage_size 529
#define AdminMessage_size 532
#ifdef __cplusplus
} /* extern "C" */