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

151 commits

Author SHA1 Message Date
Marcelo Bezerra
c1b34356c2 Do a bit of grouping of nightly releases. 2025-01-27 00:15:52 +01:00
Marcelo Bezerra
9b6ae1824b Fix regexp, as artifacts were changed from -dev to -ci 2025-01-15 13:42:10 +01:00
Scavanger
badce6a63b Resolve conflics 2024-11-20 13:09:22 -03:00
Scavanger
324d700afa Fix "save downloaded firmware" 2024-11-20 03:06:44 -03:00
bfmvsa
7384aa6b54 Fix issue with saving firmware files to local machine 2024-09-19 09:36:04 +05:00
Marcelo Bezerra
02da6f9e5a GUI.log is slow.... 2024-06-22 22:18:47 +02:00
Marcelo Bezerra
1c9e7596fb Make it a bit faster
Not yet enough
2024-06-22 22:14:10 +02:00
Marcelo Bezerra
a223660523 Show nightly builds 2024-06-17 22:48:15 +02: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)
6b5440f437 remove msp_balanced_interval 2024-04-26 20:46:31 +02: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
Pawel Spychalski (DzikuVx)
aa8aee3be9 Merge branch 'master' into dzikuvx-groundstation-activation 2024-04-25 12:56:27 +02:00
Pawel Spychalski (DzikuVx)
5d39267768 Activate groundstation when MSP switches to LTM 2024-04-22 22:42:43 +02: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
2f880e218d OSD Tab 2024-02-12 08:45:46 -03:00
Andi Kanzler
f24ccfc637 Init 2024-02-10 18:08:17 -03:00
Marcelo Bezerra
7fa0f7e695
Merge branch 'master' into release_6.1.0 2023-06-09 15:41:27 +02:00
Yi BoYang
c45a14fd92 Added some i18n to strings for the GUI console. 2023-05-16 21:20:23 +08:00
Ernest Stepanov (ErNis)
cf35bd6142 AT32 MCU DFU added 2023-02-02 15:05:34 +02:00
Darren Lines
0fdf9d2741 Fix issue with older firmware 2022-10-29 21:33:49 +01:00
Darren Lines
cc09a8fe90 Implemented target autodetection
This PR adds target autodetection to the firmware flasher. It will attempt an autodetect on load. Plus there is a manual button to autodetect by the description.

- Extended MSPHelper to collect the missing data sent in `MSP_BOARD_INFO`. Plus added a `getTarget()` function.
- Added target autodetect on load of Firmware Flasher.
- Added button to Firmware Flasher to command an autodetect.
- Toggling **Show unstable builds** now remembers the selected target.
- Fixed **Offline** notices in the board and version select boxes.
- Added target name to firmware version displayed when connected.
2022-06-24 12:59:05 +01:00
Darren Lines
c872b3dfcc Updated firmware flasher search
The search in the firmware flasher can now find targets when copying the actual target name from the CLI.
2022-03-09 19:04:10 +00:00
Darren Lines
2e28bb4426 tidied code and matched width of drop down list 2021-07-14 23:11:06 +01:00
Darren Lines
91ba879d34 Added search for targets
Added a search field for targets on the firmware flasher page.
2021-07-13 22:23:16 +01:00
Pawel Spychalski (DzikuVx)
0735671ae6 Update STM32DFU procedure for H7 support 2021-06-13 19:47:12 +02:00
Pawel Spychalski (DzikuVx)
05af37a8af Fix local firmware loader after NW version increase 2021-04-26 09:44:42 +02:00
Pawel Spychalski (DzikuVx)
7c1e4b030c Limit the number of releases 2021-01-19 11:43:44 +01:00
Alberto García Hierro
b32afabff4 [FLASHER] Increase .hex file size limit to 100MB
The previous 1MB limit is too low, we already have hex files bigger
than that.
2020-04-01 22:09:31 +01:00
Pawel Spychalski (DzikuVx)
dddd6b6a41 Cleanup unused functionality for F1 targets 2020-02-25 11:33:15 +01: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
Alberto García Hierro
71990d9e79 Properly parse filenames with versions with suffixes
e.g. 2.0.0-rc1 is parsed was parsed with "-rc1 " as part of the
target name.
2018-06-26 23:46:06 +01:00
Alberto García Hierro
024561b64d Format the markdown in the release notes as HTML 2018-03-17 14:31:53 +00:00
Alberto García Hierro
1104e3898d Optimize missing selector on the 1st pass
My fault, not @DzikuVx's. He wouldn't make this mistake.
2017-10-06 22:10:25 +01:00
Alberto García Hierro
41cd4e9637 Optimize the selector for the "Load Firmware" button
As requested by @DzikuVx. I haven't profiled the code, but I
trust his instincts. And so should you.
2017-10-06 22:00:19 +01:00
Alberto García Hierro
eae7af4565 Disable "Load Firmware [Online]" button while downloading it
Provides feedback to the user to let he know that the configurator
didn't hang up
2017-10-06 15:45:54 +01:00
Alberto García Hierro
398bf5aeac Copy js/workers/hex_parser.js to build/
This avoids having to list it only for the dist task
2017-09-04 14:24:06 +01:00
Pawel Spychalski (DzikuVx)
d1fcb81017 timing methods extracted to separate classes 2017-01-18 15:54:45 +01:00
Pawel Spychalski (DzikuVx)
22c7e0e426 limited capabilities warning 2016-09-13 13:27:25 +02:00
gaelj
397272dd9c Fix bug when release name contains _ 2016-07-21 22:21:50 +02:00
gaelj
aa4d548e48 Adds target and firmware version selects to firmware flasher tab
(catch-up with betaflight)
2016-07-21 19:59:29 +02:00
straga
fc60f02b81 change firmware location from cleanflight to inavflight 2016-05-17 19:56:07 +03:00
Kristjan Vaga
126f05b9b7 Erase chip checkbox change event. 2015-11-17 01:07:33 +02:00
Kristjan Vaga
168b412089 Fix for firmware flasher checkboxes not restoring saved state issue #274. 2015-11-17 00:54:10 +02:00
skaman82
0880343488 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
# Conflicts:
#	main.js
#	tabs/landing.js
2015-11-11 22:08:19 +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
skaman82
6998205676 sync 2015-11-11 12:19:03 +01:00