Commit Graph

6243 Commits (88f5c7d8630214d7701f21d2789c92af6070c03b)

Author SHA1 Message Date
ASDosjani d1ca0e446e Fix some button related bugs and add some missing styles 2022-09-24 02:21:38 +02:00
Mark Haslinghuis be2cdbd9f1 Move TPA from Rates to PID tuning (UI) 2022-09-22 14:49:10 +02:00
Mark Haslinghuis a1449a8c9f Update PID Profile 2022-09-22 14:00:35 +02:00
Ivan Efimov 6266f292da Presets: favorite presets 2022-09-22 04:56:16 -05:00
Tomas Chmelevskij 424efcef28 fix: expose OSD for virtual FC to pick up 2022-09-21 08:42:11 +03:00
J Blackman db99a98807
Merge pull request #2979 from betaflight/dependabot/npm_and_yarn/terser-4.8.1
Bump terser from 4.8.0 to 4.8.1
2022-09-19 11:38:50 +10:00
J Blackman 185db5beb5
Merge pull request #2985 from haslinghuis/dynIdleMin
Raise upper limit of dyn_idle_min_rpm
2022-09-19 09:07:35 +10:00
J Blackman d5e685fb2a
Merge pull request #2987 from haslinghuis/raise-profile-count
Raise PID profile count
2022-09-19 09:05:58 +10:00
J Blackman c4706b17a7
Merge pull request #2964 from P-I-Engineer/vtx_osd_variant_gitfix 2022-09-18 09:09:35 +10:00
J Blackman 0718559f4f
Merge pull request #2993 from haslinghuis/fix-auto-profile-cell-count-range 2022-09-18 09:07:41 +10:00
J Blackman 86c09b858b
Merge pull request #3020 from haslinghuis/change-dynamic-notch-minhz-default 2022-09-18 09:07:04 +10:00
J Blackman 7fdc62afad
Merge pull request #3018 from haslinghuis/fix-osd-checkbox 2022-09-18 09:06:38 +10:00
J Blackman 74d2492b34
Merge pull request #3011 from haslinghuis/add-debug-modes 2022-09-18 09:06:09 +10:00
J Blackman e946ed3bcc
Merge pull request #2998 from haslinghuis/fix-profile-switching 2022-09-18 09:05:43 +10:00
J Blackman 02a1522ef0
Merge pull request #2980 from haslinghuis/dshot_extended_telemetry_on_unused_ranges 2022-09-18 09:04:46 +10:00
J Blackman 818f93a831
Merge pull request #2952 from mituritsyn/accel_fields_visibility 2022-09-18 09:04:01 +10:00
J Blackman 8813538fef
Merge pull request #2922 from freasy/feature/mdns_check_and_resolve 2022-09-18 09:03:21 +10:00
J Blackman e0692c1350
Merge pull request #2969 from haslinghuis/remove-stm32-link 2022-09-17 08:27:59 +10:00
Mark Haslinghuis bea9d16486 Fix auto_profile_cell_count range 2022-09-15 21:08:17 +02:00
Mark Haslinghuis 4afd84059b Add missing debug modes 2022-09-15 20:48:46 +02:00
haslinghuis 7bf6084b5b
Merge pull request #2965 from phobos-/msp_vtx
VTX Device over MSP
2022-09-14 17:33:50 +02:00
Eike Ahmels d03cdfc425
Update src/js/serial_backend.js
As suggested

Co-authored-by: haslinghuis <mark@numloq.nl>
2022-09-10 13:25:12 +02:00
Eike Ahmels 777f2b6383 removed helper.js, fixed bonjour calls 2022-09-09 15:20:54 +02:00
Mark Haslinghuis 85b3cda0c9 Change dynamic Notch MinHz Default 2022-09-08 22:02:46 +02:00
Mark Haslinghuis e4a8ce7b35 Fix OSD checkbox 2022-09-04 03:15:39 +02:00
dependabot[bot] 04766121a3
Bump terser from 4.8.0 to 4.8.1
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 17:45:00 +00:00
Mark Haslinghuis 681b32614d Raise upper limit of dyn_idle_min_rpm 2022-08-31 22:26:56 +02:00
Eike Ahmels 4b47dab653 scanning for elrs network devices with crsf msp frame capability
only setup port and connect if its valid and ready

change mdsn detection and made remove ports working for tcp ports

used the bonjour package and made it event based

removed unused constant

chore: code quality

fix self reference for mdns handler functions

adding port removal on not reachable

fix tcpcheck for resolved addresses

fixing mdns and polling

fixed mdns browser init (thanks to CapnBry), events not getting registered before the discovery starts

tcp polling was to fast and now doesnt check if the gui is connected to reduce ESP stress.

chore: remove commented code

added mdns requery interval

added andoird zeroconf for mdns discovery

fixed mobile detection and fixed squash/merge errors

fixing yarn install error and code smells

fixes cordova connect
2022-08-31 08:44:35 +02:00
haslinghuis ea02d9a7a8
Merge pull request #3006 from haslinghuis/remove-semicolon
Fix semicolon
2022-08-24 00:05:36 +02:00
Mark Haslinghuis 7507fc0b42 Fix semicolon 2022-08-23 21:42:27 +02:00
haslinghuis 55d4506da1
Merge pull request #2930 from haslinghuis/update_nwjs
Update NWjs to 0.67.1 and Node to 16.17.0 LTS
2022-08-21 00:31:00 +02:00
Tomas Chmelevskij ccc140acd2
Merge pull request #2999 from chmelevskij/chore/css-util-modules
Remove css utils from global scope
2022-08-20 18:29:07 +01:00
Tomas Chmelevskij fdaefa261d
Merge pull request #3000 from chmelevskij/chore/tidy-up-main-entry
Tidy up `init.js` build order
2022-08-20 17:27:25 +01:00
Tomas Chmelevskij b221f2c13a
Merge pull request #3002 from chmelevskij/chore/no-extra-semi-rule
Add `no-extra-semi` to match what's in sonarcloud
2022-08-20 17:14:25 +01:00
Mark Haslinghuis c8d0490b2f Update NWjs to 0.67.1 and Node to 16.17.0 2022-08-19 23:39:40 +02:00
Tomas Chmelevskij 2abcee1a9c Add `no-extra-semi` to match what's in sonarcloud 2022-08-19 22:17:02 +01:00
Tomas Chmelevskij 04d6cf556c Tidy up `init.js` build order 2022-08-19 21:48:49 +01:00
Tomas Chmelevskij 71a3fb4789 remove css utils from global scope 2022-08-19 21:43:11 +01:00
Mark Haslinghuis 6ec67acfc0 Fix profile switching 2022-08-19 00:34:22 +02:00
Mark Haslinghuis 629df325f1 Raise PID profile count 2022-08-06 21:47:31 +02:00
J Blackman 7bc1db46b6
Merge pull request #2953 from haslinghuis/remove-anti-gravity-step-mode 2022-08-04 08:07:57 +10:00
J Blackman d1887fd894
Merge pull request #2983 from haslinghuis/fix-cli-output 2022-07-29 07:27:26 +10:00
Mark Haslinghuis e85b706ad6 Fix cli output
Fix rememberLastTab

Fix sonar issues
2022-07-28 19:42:38 +02:00
Mark Haslinghuis 7e3ff0b27b Remove antiGravityMode and change itermAcceleratorGain to antiGravityGain 2022-07-25 16:52:31 +02:00
Mark Haslinghuis f432ea6711 Extended Bidir Dshot 2022-07-24 02:11:33 +02:00
J Blackman 1c775439a1
Merge pull request #2970 from haslinghuis/fix-motor-stop 2022-07-24 10:10:28 +10:00
Mark Haslinghuis f57255920a Fix motor stop 2022-07-24 00:26:08 +02:00
J Blackman 8054aa7fa9
Merge pull request #2464 from chmelevskij/modules/moooooooore-modules 2022-07-24 07:47:39 +10:00
Tomas Chmelevskij 852c88db65
Update src/js/main.js
Co-authored-by: haslinghuis <mark@numloq.nl>
2022-07-23 22:30:42 +03:00
Tomas Chmelevskij 5a74094df1 move tabs to use esm modules 2022-07-23 22:08:19 +03:00