Marc Frank
6696b93371
add x sampling to throttle curve preview to match firmware ( #4439 )
...
* add x sampling to throttle curve preview to match firmware
* Clamp throttle value to the range [0, 1] in PID tuning initialization to avoid senseless output
* revert previous change and clamp expothr to 0..100
* fix throttle curve preview when throttle limit is scale
* ¯\_(ツ)_/¯ AI rewrite of the redrawThrottleCurve() function. Could not get the Throttle Limit type Clip to draw correctly. This works perfectly.
* revert control point movent to 4.5 method
* conciseify comments
2025-05-09 22:33:24 +02:00
Mark Haslinghuis
c5f5e15a6a
Fix backwards compatibility for sensor info ( #4464 )
2025-05-06 22:45:58 +02:00
github-actions[bot]
6f35f09114
Update translations ( #4463 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-05-05 16:39:52 +02:00
David Anson
7e807c8d5c
Update Setup tab to hide build type/info/firmware when not available ( #4459 ) ( #4460 )
...
Update Setup tab to hide build type/info/firmware when not available
2025-05-05 15:57:25 +02:00
Mark Haslinghuis
1a3a94938a
Fix GNSS status icon when fix is attained without sat info ( #4461 )
...
Fix GNSS status when fix is attained without sat info
2025-05-05 15:23:01 +02:00
Jay Blackman
27791d909e
Add coderabbit config ( #4458 )
...
* Add coderabbit config
- removing netlify.toml
* Request changes?
2025-05-03 23:21:28 +02:00
Jay Blackman
b65506458c
Ensure single comment is created ( #4457 )
...
* Ensure single comment is created
* Give it a branch name
2025-05-03 20:12:34 +10:00
Mark Haslinghuis
fe72268dbd
Update OS check ( #4456 )
...
* Update OS check
* Add MacOS
2025-05-02 22:22:16 +02:00
Mark Haslinghuis
5af689616f
Fix serial ( #4449 )
...
* Improve serial
* Add autodetect changes
2025-05-02 21:26:15 +02:00
Jay Blackman
44976bd199
Update Deploy Preview to use pull_request_target
...
Access to secrets is not possible with PR from fork.
Caution will need to be had around allowing commits to this yml file in the future.
Not that secrets should not be available to code itself (actions with params only).
2025-05-02 08:51:04 +10:00
Wolfgang
69e2e36a64
Add DroneBridge Bluetooth LE device definition ( #4454 )
2025-05-01 21:51:15 +02:00
David Anson
fd5156e622
Add Firmware/Download to Setup tab, add ':', formatting ( #4444 ) ( #4450 )
...
* Add Firmware/Download to Setup tab, add ':', formatting (#4444 )
* Implement PR feedback (squash this commit)
2025-05-01 18:43:18 +02:00
dependabot[bot]
ed319b652b
Bump vite from 6.2.6 to 6.2.7 ( #4452 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.6 to 6.2.7.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.7/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.2.7
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 09:27:48 +10:00
Jay Blackman
2f5e3b6d24
Update deploy-preview.yml
2025-05-01 08:57:06 +10:00
Jay Blackman
42ad93cff8
Update deploy-preview.yml ( #4453 )
2025-05-01 08:49:38 +10:00
Jay Blackman
4a9cfe6b2f
Update deploy-preview.yml
2025-05-01 08:12:20 +10:00
Jay Blackman
4a1327a525
Update deploy-preview.yml
2025-05-01 08:11:52 +10:00
Jay Blackman
9ec4a46f58
Create YML file for deploying a PR preview ( #4451 )
2025-05-01 06:56:52 +10:00
Benedikt Kleiner
3f069c3c82
modify wing mixer preview to be legible in darkmode ( #4446 )
2025-04-29 19:08:00 +02:00
Mark Haslinghuis
34f8ad9c4c
Add GD32 VCP support ( #4441 )
...
* Add GD32 VCP support
* Reorder
2025-04-29 18:51:05 +02:00
github-actions[bot]
01f879ce1f
Update translations ( #4445 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-04-28 16:31:16 +02:00
Mark Haslinghuis
ddfc76217d
Fix dfu permissions ( #4438 )
...
* Request permission before connecting DFU device
* Fix DFU permissions
* Little refactor
2025-04-26 11:58:17 +02:00
Mark Haslinghuis
3022548342
Do not use OSD selection for 4.3.x ( #4437 )
2025-04-26 11:55:53 +02:00
Mark Haslinghuis
a062a9c4e3
Cleanup reinitializeConnection ( #4423 )
...
handle autoconnect when disabled
Remove ancient code
Remove redundant callback
Resolve bluetooth reboot when autoconnect is disabled
More cleanup
Fix parameters in servos tab
2025-04-21 23:08:46 +02:00
Mark Haslinghuis
54f441d959
Fix caching issue ( #4425 )
2025-04-21 22:59:50 +02:00
ke deng
7023732906
Prevent multiple calls to handleDisconnect ( #4431 )
2025-04-21 19:50:37 +02:00
github-actions[bot]
a18f398914
Update translations ( #4433 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-04-21 18:47:32 +02:00
nerdCopter
05d7a4d317
modify flasher tab layout ( #4429 )
...
* new layout; not 100% sure about it.
* modify flasher tab layout, 2 columns, move warning 2nd last
* Update src/tabs/firmware_flasher.html
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
---------
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
2025-04-21 14:12:09 +02:00
Mark Haslinghuis
33cb5e255d
feat: open options-tab on first visit ( #4426 )
...
* feat: open options-tab on first visit
* Use appropiate storage function
* Needed a delay
* Remove space on EOL
2025-04-18 00:02:44 +02:00
Mark Haslinghuis
c17690f0f7
Add OSD variant for RTC element ( #4428 )
2025-04-18 00:00:19 +02:00
nerdCopter
4aa03a1772
remove deprecated husky shell wrapper ( #4430 )
2025-04-17 23:56:07 +02:00
Mark Haslinghuis
c0261f51d4
Motor direction is saved upon selection ( #4427 )
...
* Add message for motor direction dialog
* Update locales/en/messages.json
Co-authored-by: nerdCopter <56646290+nerdCopter@users.noreply.github.com>
---------
Co-authored-by: nerdCopter <56646290+nerdCopter@users.noreply.github.com>
2025-04-16 20:57:41 +02:00
github-actions[bot]
48a5d45ec6
Update translations ( #4424 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-04-14 16:39:20 +02:00
Mark Haslinghuis
7cccba7873
Fix download button when offline button canceled ( #4421 )
2025-04-14 16:37:30 +02:00
Mark Haslinghuis
1078a1ef40
Fix backwards compatibility for hover point ( #4419 )
2025-04-14 16:36:01 +02:00
Mark Haslinghuis
07397186ed
Fix DFU port handler event ( #4420 )
2025-04-14 13:31:25 +02:00
dependabot[bot]
db7d26b671
Bump vite from 6.2.5 to 6.2.6 ( #4418 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.5 to 6.2.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.2.6
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-11 18:37:22 +02:00
sEver
4a6ee1a3d9
Add search to osd elements list ( #4416 )
2025-04-10 16:09:22 +02:00
Marc Frank
5adb12a8c8
hover point throttle curve adjustment ( #4245 )
...
* hover point throttle curve adjustment
* added throttle_HOVER reading/writing via MSP
* moved throttle_HOVER position
2025-04-10 15:50:47 +02:00
Míguel Ángel Mulero Martínez
dfad5b0f73
Update vite-plugin-pwa to version 1.0.0 ( #4412 )
2025-04-07 16:09:35 +02:00
github-actions[bot]
80f81194fd
Update translations ( #4414 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-04-07 16:07:34 +02:00
Vladimir Demidov
501b95b69d
Added virtual blackbox option for SITL firmwares build ( #4409 )
...
* Added virtual blackbox option for SITL firmwares build
* Removed non english caption
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
* Removed non english caption
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
* Removed non english caption
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
* The comment is improved
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
* virtual blackbox item caption is changet at 'To File'
---------
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
2025-04-04 21:58:08 +02:00
dependabot[bot]
41804484d8
Bump vite from 6.2.4 to 6.2.5 ( #4410 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.2.5
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 20:17:28 +02:00
Mark Haslinghuis
2d36e62474
Serial refactor part 2 ( #4404 )
...
* Serial refactor part 2
* Fix callback
* Fix some sonar complaints
* Does no longer block dfu
* Excempt presets
* Add interval for reboot dialog
* Update message after review Vitroid
2025-03-31 22:54:06 +02:00
Mark Haslinghuis
c842b9d60b
Fix autoconnect ( #4407 )
...
* Fix autoconnect
* Add constant
2025-03-31 21:15:03 +02:00
Mark Haslinghuis
75aa30a562
Fix OSD selection in firmware flasher ( #4405 )
2025-03-31 21:14:36 +02:00
dependabot[bot]
f3fe6003fc
Bump vite from 6.2.3 to 6.2.4 ( #4408 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 20:52:14 +02:00
github-actions[bot]
6a48d0ea4f
Update translations ( #4406 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-03-31 17:50:39 +02:00
Mark Haslinghuis
4aad8c648b
Add serial facade ( #4402 )
...
* Add serial facade
* Fix websocket connection
* Refactor
* Fix unplug
* Fix reboot / unplug reconnect issue
* The real deal (detail has no value)
2025-03-30 21:42:03 +02:00
Mark Haslinghuis
96a82d77f0
Fix initialization of build options when MSP timeout occurs ( #4400 )
...
* Fix init in case of timeout
* Experiment
* Remove experiment
* Move processing
* Tidy up
2025-03-27 21:07:48 +01:00