Commit Graph

21 Commits (master)

Author SHA1 Message Date
Mr D - RC c0e02494f6 Fix profile change not working
Initially, I thought that the profiles were not changing when you selected a new profile from the select box. It turns out that this was only happening after setting up from the defaults dialog. The problem was that the `periodicStatusUpdater` was being stopped to perform the parameter upload. But not re-started. I added a function to resume the updater, and everything works as it should. I made a few other changes:
- Tidied up the setting of the parameters for each profile
- Added specific `set` profile messages, rather than `loaded` being repeated
- Only show messages for the profiles that have changed, not all of them
3 days ago
Pawel Spychalski (DzikuVx) 20e36b9b65 Status updated changes 5 months ago
Scavanger 6fe68a6b73 Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron 5 months ago
Andi Kanzler 91f1699659 Convert to CommonJS Modules 7 months ago
Andi Kanzler f24ccfc637 Init 8 months ago
Andi Kanzler ab7162980b BLE, TCP and UDP Support 3 years ago
Pawel Spychalski (DzikuVx) cb1ff69703 Cleanup INAV 2.0.0 5 years ago
Pawel Spychalski (DzikuVx) 521915b5a9 1.8 removed 6 years ago
Pawel Spychalski (DzikuVx) 91e947fc5c Merge remote-tracking branch 'origin/master' into dzikuvx-old-version-cleanup 6 years ago
Pawel Spychalski (DzikuVx) 782a7d0a99 lower periodic tasks frequency 6 years ago
Pawel Spychalski (DzikuVx) 0958b45dad v 1.5 removed 6 years ago
Michel Pastor e945c0749c Add support for battery profiles 6 years ago
Michel Pastor 1b453762a1 Fix bug in MSP_ACTIVEBOXES decoding
In JS `(1<<32) == 1` so it was causing an issue when the FC was advertising
more than 32 mode boxes
6 years ago
Pawel Spychalski (DzikuVx) 13f50294f3 references to INAV 1.2 removed 6 years ago
Michel Pastor 6d922bee2c Add capacity settings and data 7 years ago
Michel Pastor 7de758c64e Increase vbat resolution 7 years ago
Konstantin Sharlaimov (DigitalEntity) 16a23cd39a Support more than 32-bits of modes using MSP_ACTIVEBOXES API 7 years ago
Pawel Spychalski (DzikuVx) 02803fafd0 updated paths 8 years ago
Pawel Spychalski (DzikuVx) a6ad0887b3 packet drop on more tabs 8 years ago
Pawel Spychalski (DzikuVx) c98e922602 callback update improvements 8 years ago
Pawel Spychalski (DzikuVx) d236758f3b dedicated update helper and update speed depending on connection speed 8 years ago