Skip to content

Instantly share code, notes, and snippets.

@alexmi256
Last active June 15, 2023 15:39
Show Gist options
  • Save alexmi256/503aad1bd327ab8322bfa978d80bbb64 to your computer and use it in GitHub Desktop.
Save alexmi256/503aad1bd327ab8322bfa978d80bbb64 to your computer and use it in GitHub Desktop.
mobula7 betaflight update issues

I'm running into similar issues trying to update my Mobula7 from Betaflight 4.3.1 to 4.4.2 also using a Radiomaster Zorro. My original diff all and after update diff all are quite different and restoring mostly complains about the following:

# resource PPM 1 A03
###ERROR IN resource: INVALID RESOURCE NAME: 'PPM'###
# resource PWM 1 A02
###ERROR IN resource: INVALID RESOURCE NAME: 'PWM'###
# resource PWM 2 A09
###ERROR IN resource: INVALID RESOURCE NAME: 'PWM'###
# resource PWM 3 A10
###ERROR IN resource: INVALID RESOURCE NAME: PWM'###

...
# set osd_warn_batt_not_full = OFF
###ERROR IN set: INVALID NAME: osd_warn_batt_not_full = OFF###
# set_osd_warn_batt_warning = OFF
###ERROR IN set: INVALID NAME: osd_warn_batt_warning = OFF###
# set_osd_warn_esc_fail = OFF
###ERROR IN set: INVALID NAME: osd_warn_esc_fail = OFF###
# set osd_warn_core_temp = OFF
###ERROR IN set: INVALID NAME: osd_warn_core_temp = OFF###

# set_osd_stat_tim_1 = ON
###ERROR IN set: INVALID NAME: osd_stat_tim_1 = ON###
# set osd_stat_max_spd = OFF
###ERROR IN set: INVALID NAME: osd_stat_max_spd = OFF###
# set osd_stat_battery = ON
###ERROR IN set: INVALID NAME: osd_stat_battery = ON###
# set osd_stat_bbox = OFF
###ERROR IN set: INVALID NAME: osd_stat_bbox = OFF###
# set osd_stat_bb_no = OFF
###ERROR IN set: INVALID NAME: osd_stat_bb_no = OFF###

# set name = Mobula7 1S
###ERROR IN set: INVALID NAME: name = Mobula7_1S###

# set anti_gravity_gain = 4500
###ERROR IN set: INVALID VALUE###
Allowed range: 0 - 250
  1. What do the PPM/PWM resource errors mean and are they safe to omit?
  2. All osd_* errors seem like they're related, any did I miss somrthing when building the firmware?
  3. Setting name seems like it should work, what's up with this?
  4. anti_gravity_gain value seems normal and I didn't see any changes to this param recently, could this be a betaflight bug?

I also did a partial diff when I got it but I don't think that's as useful as the full one.

UPDATES:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment