mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 14:42:05 +00:00
[create-pull-request] automated change (#5133)
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
This commit is contained in:
parent
ca5f71f774
commit
6485f037ec
@ -1 +1 @@
|
|||||||
Subproject commit 8686d049c22c232f57121e66dfb29e7be65010f0
|
Subproject commit 7960241ccdd6b262a11b79523857037f755ab847
|
@ -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" */
|
||||||
|
Loading…
Reference in New Issue
Block a user