mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
[create-pull-request] automated change (#5133)
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ca5f71f774
commit
6485f037ec
Submodule protobufs updated: 8686d049c2...7960241ccd
@@ -13,7 +13,7 @@
|
|||||||
/* Canned message module configuration. */
|
/* Canned message module configuration. */
|
||||||
typedef struct _meshtastic_RTTTLConfig {
|
typedef struct _meshtastic_RTTTLConfig {
|
||||||
/* Ringtone for PWM Buzzer in RTTTL Format. */
|
/* Ringtone for PWM Buzzer in RTTTL Format. */
|
||||||
char ringtone[230];
|
char ringtone[231];
|
||||||
} meshtastic_RTTTLConfig;
|
} meshtastic_RTTTLConfig;
|
||||||
|
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ extern const pb_msgdesc_t meshtastic_RTTTLConfig_msg;
|
|||||||
|
|
||||||
/* Maximum encoded size of messages (where known) */
|
/* Maximum encoded size of messages (where known) */
|
||||||
#define MESHTASTIC_MESHTASTIC_RTTTL_PB_H_MAX_SIZE meshtastic_RTTTLConfig_size
|
#define MESHTASTIC_MESHTASTIC_RTTTL_PB_H_MAX_SIZE meshtastic_RTTTLConfig_size
|
||||||
#define meshtastic_RTTTLConfig_size 232
|
#define meshtastic_RTTTLConfig_size 233
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
|
|||||||
Reference in New Issue
Block a user