Skip to content

Commit

Permalink
[create-pull-request] automated change (#5133)
Browse files Browse the repository at this point in the history
Co-authored-by: thebentern <[email protected]>
  • Loading branch information
github-actions[bot] and thebentern authored Oct 24, 2024
1 parent ca5f71f commit 6485f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion protobufs
4 changes: 2 additions & 2 deletions src/mesh/generated/meshtastic/rtttl.pb.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/* Canned message module configuration. */
typedef struct _meshtastic_RTTTLConfig {
/* Ringtone for PWM Buzzer in RTTTL Format. */
char ringtone[230];
char ringtone[231];
} meshtastic_RTTTLConfig;


Expand Down Expand Up @@ -41,7 +41,7 @@ extern const pb_msgdesc_t meshtastic_RTTTLConfig_msg;

/* Maximum encoded size of messages (where known) */
#define MESHTASTIC_MESHTASTIC_RTTTL_PB_H_MAX_SIZE meshtastic_RTTTLConfig_size
#define meshtastic_RTTTLConfig_size 232
#define meshtastic_RTTTLConfig_size 233

#ifdef __cplusplus
} /* extern "C" */
Expand Down

0 comments on commit 6485f03

Please sign in to comment.