mkinney

Results 121 comments of mkinney

Looks like GitHub fixed the Actions. Just released a new version. Can you try it and update this issue if you are still having problems?

For example, `auto_screen_carousel_secs` should be >= 15 seconds.

These fields should have these minimums: ``` "auto_screen_carousel_secs": min:15 "ls_secs": min:60 "mesh_sds_timeout_secs": min: 15 "min_wake_secs": min: 15 "on_battery_shutdown_after_secs": min: 15 "phone_timeout_secs": min: 15 "phone_sds_timeout_sec": min 15 "position_broadcast_secs": min: 15 "screen_on_secs":...

Also, move the smart_position as the first input field. Add to tooltip: "This is the most mesh efficient option while broadcasting position changes."

Maybe the user could remove `C:\Users\roxyp\meshtastic-flasher` and re-try? See if they get the same error.

Image was already present. Updated to have antenna attached. Should test that it flashes as expected.

https://github.com/meshtastic/api/pull/2

https://api.meshtastic.org/device/firmware/release https://api.meshtastic.org/device/firmware/pull-request

I need to check if Pyside6 is supported on python 3.7 and/or BigSur.

I came across this little nugget: ``` Try to build it on as old a version of macOS as possible. This improves the compatibility of your app with older versions...