1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 19:40:22 +03:00
Commit graph

97 commits

Author SHA1 Message Date
Scavanger
324d700afa Fix "save downloaded firmware" 2024-11-20 03:06:44 -03:00
Mr D - RC
0297373441 compacted in to single call to catch all _profile parameters 2024-11-16 17:57:57 +00:00
Mr D - RC
6dcba817c6 Update to include battery_profile and mixer_profile 2024-11-16 17:50:00 +00:00
Mr D - RC
a3d26de5b7 Update name change from profile to control_profile 2024-11-16 17:27:31 +00:00
Pawel Spychalski (DzikuVx)
37172a936d Drop not used import 2024-05-10 14:52:24 +02:00
Pawel Spychalski (DzikuVx)
a1f51b866f Pass FC.CONFIG as reference 2024-05-10 14:37:39 +02:00
breadoven
1f3c55b075 cli filename fix 2024-05-10 09:09:06 +01:00
Pawel Spychalski (DzikuVx)
f15c804d4d Fix tabs/cli.js and tabs/firmware_flasher.js 2024-04-29 20:27:59 +02:00
Paweł Spychalski
04f4b925d5
Merge pull request #2048 from iNavFlight/dzikuvx-mps-queue-improvements
MSP Queue handling improvements
2024-04-27 22:21:43 +02:00
Scavanger
686417604d Fix Mission Planner, uniform fs requires 2024-04-27 09:54:27 -03:00
Pawel Spychalski (DzikuVx)
040b0cec52 Extract mspDeduplicationQueue to separate file 2024-04-26 13:10:29 +02:00
Pawel Spychalski (DzikuVx)
2156090a0d Run message deduplication based on full roundtrip, not only input queue 2024-04-26 12:38:28 +02:00
Scavanger
0d1502e03d Fixes, Readme, Makers 2024-04-21 20:46:16 -03:00
Scavanger
06a4d8b0c8 Convert to CommonJS Modules Part 3 2024-04-18 15:39:19 -03:00
Andi Kanzler
91f1699659 Convert to CommonJS Modules 2024-02-26 11:58:56 -03:00
Andi Kanzler
7df8253099 Firmware flasher, BLE, TCP, UDP -> Electron 2024-02-16 20:55:36 -03:00
Andi Kanzler
21a4169805 CLI 2024-02-11 17:29:52 -03:00
Andi Kanzler
017a6553ff CLI 2024-02-11 14:30:43 -03:00
Andi Kanzler
f24ccfc637 Init 2024-02-10 18:08:17 -03:00
error
239cb2aa82 inav cli autocomplete into options 2023-10-29 18:32:04 +01:00
error
562ee22cc5 inav cli autocomplete 2023-10-29 18:32:04 +01:00
Yi BoYang
c45a14fd92 Added some i18n to strings for the GUI console. 2023-05-16 21:20:23 +08:00
Paweł Spychalski
1697b153f1
Merge pull request #1681 from M0j0Risin/cli-usability-enhancements
CLI usability enhancements
2023-04-27 12:44:33 +02:00
Darren Lines
a47d971ade Make links to documents relevant to firmware version 2023-01-09 19:51:02 +00:00
M0j0Risin
d67cd8cfa5 - Added a dedicated button for 'diff all'.
- Added a help icon with verbiage in messages.json and hyperlink to CLI.md in the Github docs.

- Changed button to clear the output history to read 'Clear Settings' to save a little room on the screen which helps a little when the window is narrowed, but also because I think that's better phrasing for most people.

- Added the ability to type the command 'clear' in addition to the already existing 'cls' to clear the output history.

- Cleaned up the casing on 'Exit' and 'Save Settings' buttons to be more consistent with the other buttons.
2022-12-27 18:37:30 -06:00
Darren Lines
978b3ce552 Add CLS to CLI
Someone on Discord wanted to be able to enter `cls` to clear the output history in the CLI. Why not?
2022-06-09 20:43:42 +01:00
Andi Kanzler
ab7162980b BLE, TCP and UDP Support 2022-03-31 16:18:46 +02:00
breadoven
eb70ce5669 Add buttons 2022-03-14 20:37:35 +00:00
Alberto García Hierro
0e01133fc9 Make tab loading async safe and add a small animation
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.

Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
2020-01-21 18:19:06 +00:00
Pawel Spychalski (DzikuVx)
bdb163c4db Fix CLI load save dialogs 2019-11-20 23:11:28 +01:00
Niccolò Maggioni
bc0477d55e
Fix CLI commands delay
Refactoring in #804 broke context
2019-11-20 12:00:18 +01:00
Niccolò Maggioni
9e2d1cd777
Port of Copy to Clipboard and Load from File in CLI tab 2019-07-04 10:34:44 +02:00
Pawel Spychalski (DzikuVx)
923559f63f slowdown CLI update rate to prevent missed lines 2019-01-23 11:49:04 +01:00
Niccolò Maggioni
43da66e2b4
Prevent junk at reconnection and use GUI handler 2018-11-29 15:12:28 +01:00
Niccolò Maggioni
a340443c43
Rebase CLI tab on latest CF
Integrates Save to File and Clear Output buttons, plus some minor
iNav compatibility patches
2018-11-29 14:26:02 +01:00
Pawel Spychalski (DzikuVx)
4ae45333a8 timeout and retry improvements 2017-01-21 22:50:29 +01:00
Pawel Spychalski (DzikuVx)
d1fcb81017 timing methods extracted to separate classes 2017-01-18 15:54:45 +01:00
Pawel Spychalski (DzikuVx)
9de6e9d2f1 fixed reboot sequence 2016-12-23 16:08:42 +01:00
Pawel Spychalski (DzikuVx)
18a00dedf8 MSP refactoring 2016-11-29 19:47:47 +01:00
Pawel
553cf83560 cli timeout increaed to 100ms 2016-05-25 14:13:16 +02:00
Pawel
5cb6a6f3cc increased timeout for CLI commands 2016-05-20 11:21:13 +02:00
Dominic Clifton
60bfeed194 Fix unable to reconnect after disconnecting when CLI was active. 2016-03-24 14:50:24 +01:00
Michael Corcoran
4b5a398e0a CLI: Fix undefined tab_switch_in_progress error 2015-12-24 00:26:51 +13:00
Dominic Clifton
78d7afc029 Fix switching to setup tab for non-VCP targets when clicking another tab
when in the CLI.
2015-12-18 13:53:21 +01:00
Dominic Clifton
31fa4bfaa2 Change VCP reconnect delay to 2.5 seconds. 2 seconds was not long
enough.
2015-12-17 09:52:10 +01:00
Dominic Clifton
7618363449 Improve CLI mode entry/exit detection. Fixes #285.
Disconnects and reconnects for VCP boards.  After manually saving or
exiting on non VCP boards the setup tab will be shown.

See
https://github.com/cleanflight/cleanflight-configurator/issues/285#issuecomment-165096715
2015-12-16 13:55:35 +01:00
Dominic Clifton
d73196ea11 Fix toggle buttons reverting to checkboxes after reboot.
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
2015-11-11 21:01:22 +00:00
Dominic Clifton
64a031bcbb deleting unused chrome 33+ rendering fix 2015-11-09 23:33:15 +00:00
Kristjan Vaga
76fc0176da Polishing the toolbar related styles. Fixing styles. 2015-11-05 19:22:39 +02:00
skaman82
87e9bfd3d9 ...restoring some files 2015-10-23 15:42:32 +02:00