1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 16:25:19 +03:00

Furter decouple the serial port handling from the ports tab

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-03-24 14:33:42 +01:00
parent a65ff23f8d
commit 9f065fc1a6
4 changed files with 202 additions and 185 deletions

View file

@ -87,6 +87,7 @@ sources.js = [
'./js/simple_smooth_filter.js',
'./js/walking_average_filter.js',
'./js/gui.js',
'./js/serialPortHelper.js',
'./js/msp/MSPCodes.js',
'./js/msp/MSPHelper.js',
'./js/msp/MSPchainer.js',