1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-21 15:25:19 +03:00
inav-configurator/js/msp
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
2024-09-21 10:11:22 +01:00
..
MSPchainer.js Convert to CommonJS Modules 2024-02-26 11:58:56 -03:00
MSPCodes.js Removed Switch Indicators and increase custom to 8 2024-08-05 12:20:20 +03:00
mspDeduplicationQueue.js Extract mspDeduplicationQueue to separate file 2024-04-26 13:10:29 +02:00
MSPHelper.js Fix profile change not working 2024-09-21 10:11:22 +01:00
mspStatistics.js Add calls per second to the msp statistics page 2024-04-26 14:19:27 +02:00