mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-14 11:59:53 +03:00
Refactor msp to modules (#3214)
* feat: refactor everything to modules * fix: a lot of circular deps fixes * feat: use vitest instead of karma
This commit is contained in:
parent
654dca2a19
commit
c086395def
82 changed files with 1660 additions and 1376 deletions
|
@ -1,5 +1,3 @@
|
|||
'use strict';
|
||||
|
||||
//MSPCodes needs to be re-integrated inside MSP object
|
||||
const MSPCodes = {
|
||||
MSP_API_VERSION: 1,
|
||||
|
@ -205,3 +203,5 @@ const MSPCodes = {
|
|||
PID_PROFILE_NAME: 3,
|
||||
RATE_PROFILE_NAME: 4,
|
||||
};
|
||||
|
||||
export default MSPCodes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue