nerdCopter

Results 525 comments of nerdCopter

The extension really needs an option to disable the in-field icons altogether. Agree with @kimus ' idea of context menu as well.

i've had this multiple times now until i realized that i was required to push my branch first rather than letting `gh` ask. i.e. `git push --set-upstream [origin] [branch]`

Would it make more sense to re-initialize the values upon disconnect or GPS-not-powered state?

looks good, but i have no real GPS to test.

could potentially invoke `os.release()` to to get os versions to set differing NWjs versions, but such would be a painful mess. https://nodejs.org/dist/latest-v20.x/docs/api/os.html#osrelease https://dev.to/thejaredwilcurt/guide-to-nw-js-versions-5d38 edit: found a problem with this idea....

is this to wait for 4.6? or should it be tested/merged prior so that 4.6 will work out of the box?

test result of `180d141b` ``` # version # Betaflight / STM32F405 (S405) 4.5.0 Apr 18 2024 / 13:15:29 (71776a852) MSP API: 1.46 # config rev: 7556c8e # board: manufacturer_id: FOXE,...

`44f42c3e` -- retested with local build, no key: `make FOXEERF405 EXTRA_FLAGS="-D'RELEASE_NAME=4.5.0-dev' -DCLOUD_BUILD -DUSE_CAMERA_CONTROL -DUSE_DSHOT -DUSE_EMFAT_AUTORUN -DUSE_EMFAT_ICON -DUSE_EMFAT_TOOLS -DUSE_GPS -DUSE_GPS_PLUS_CODES -DUSE_LED_STRIP -DUSE_OSD -DUSE_OSD_SD -DUSE_PINIO -DUSE_SERIALRX -DUSE_SERIALRX_CRSF -DUSE_TELEMETRY -DUSE_TELEMETRY_CRSF -DUSE_VTX" ` did...