You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 days ago
..
MSPCodes.js Removed Switch Indicators and increase custom to 8 2 months ago
MSPHelper.js Fix profile change not working 3 days ago
MSPchainer.js Convert to CommonJS Modules 7 months ago
mspDeduplicationQueue.js Extract mspDeduplicationQueue to separate file 5 months ago
mspStatistics.js Add calls per second to the msp statistics page 5 months ago