1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 15:55:33 +03:00
Commit graph

123 commits

Author SHA1 Message Date
Anders Hoglund
6494766d42 Cleanup and lower the bootloader default baud rate to 115200 regardless what OS we are running on. 2017-07-15 21:34:06 +02:00
mikeller
b9b0ae542d Fixed lockup on failed 'flash on connect' operation. Also removed persisting of 'flash on connect' option since it can lead to accidental flasing. 2016-10-30 19:34:30 +13:00
Rodrigo Pérez
e515012f3d Update firmware list for selected board 2016-09-13 03:13:21 -03:00
Anton Stålheim
41e0241291 Save selected board 2016-09-12 22:15:13 +02:00
Michael Keller
dac6e7a659 Fixed persisting of prerelease switch. 2016-08-19 13:30:30 +12:00
mikeller
ba6b0ee07e Persistently cache firmware release informations across app reloads, to avoid triggering GitHub's API rate limiting. 2016-08-18 09:42:52 +12:00
Rodrigo Pérez
4fc1348194 Disable "Loading firmware [Online]" button when downloading and enable when finish/fail. 2016-08-02 19:14:27 -04:00
gaelj
b85e23cdcb fix show dev releases button not reloading fw options 2016-07-29 14:51:45 +12:00
Rodrigo Pérez
5a665be3d7 Use real filename when save firmware 2016-07-22 04:08:16 -04:00
Rodrigo Pérez
aeb909228e Unused var 2016-07-05 16:58:17 -04:00
Rodrigo Pérez
02982378e0 Sort boards list 2016-07-05 16:44:08 -04:00
Rodrigo Pérez
024531f829 Adds target and firmware version selects to firmware flasher tab
Fix for #40
Removed unnecessary request to GitHub API
2016-07-05 05:50:18 -04:00
U-DESKTOP-12PPI61\boris.bozic
9fe4a6bb5d Revert "added caching for betaflight releases in the firmware flasher"
This reverts commit 27e8dcc963.
2016-06-30 21:32:32 +02:00
Paul Nokel
27e8dcc963 added caching for betaflight releases in the firmware flasher 2016-06-30 18:37:36 +02:00
nathan
cbb7122336 disable stats 2016-06-15 22:25:11 -07:00
KiteAnton
008c22a90b Fix "null" text in list of firmwares 2016-06-15 12:47:45 +02:00
KiteAnton
17cdf3dcf4 Add betaflight firmwares to firmware flasher 2016-06-13 23:27:06 +02: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
skaman82
da4899bed5 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
Conflicts:
	tabs/motors.css
2015-11-10 09:47:42 +01:00
Larry (TBS)
9b16f59b8f - fix typo problem 2015-11-10 01:59:18 +00:00
Larry (TBS)
5cc3608a61 - Fix the regular expression can not show correctly if the name having more then one "_".
Conflicts:
	tabs/firmware_flasher.js
2015-11-10 01:59:03 +00:00
Dominic Clifton
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
1eca67fcbc Firmware Flasher Tab rework 2015-11-07 23:31:49 +01:00
skaman82
06f643812d sync 2015-11-02 22:07:37 +01:00
skaman82
54d7c24e82 First rework of Configuration Tab
… also minor fixes to switchery buttons
2015-10-30 09:46:53 +01:00
skaman82
968e10feeb switchery integration 2015-10-29 00:30:22 +01:00
skaman82
87e9bfd3d9 ...restoring some files 2015-10-23 15:42:32 +02:00
Dominic Clifton
e10d8997c4 Fix duplicate option with value '0` for firmware selection. Fixes #195 2015-05-25 23:17:59 +01:00
Dominic Clifton
3086a98828 Add support for manual baud rate selection to firmware flasher. 2015-05-22 02:29:29 +01:00
Paul Rogalinski
14caed2a2f - sorting firmware selection by version and name 2015-05-17 23:01:27 +01:00
Paul Rogalinski
cabeba70f7 checkbox to show dev releases, code refactoring 2015-05-17 23:01:27 +01:00
Dominic Clifton
d269d60391 Improve user experience by adding tabs for the welcome and firmware
flasher.

The welcome (aka 'landing') and firmware flasher were already modelled
as tabs but were never displayed as tabs.

The UI didn't make sense when the whether the welcome message or
firmware flasher was displayed since there was no active tab or other
indication.
2015-01-25 17:37:47 +01:00
Dominic Clifton
593538f2d2 Update firmware flasher to ignore non-matching release files. 2015-01-08 22:53:49 +00:00
Dominic Clifton
a348b5de8e Support RC and Stable firmware releases. 2015-01-08 11:44:32 +00:00
Dominic Clifton
9f07f438e2 Update firmware flasher so it formats the release notes a little. 2015-01-03 22:29:32 +00:00
Dominic Clifton
b9fbb5447d Delete unused baseflight code from firmware flasher. 2015-01-03 22:10:08 +00:00
Roeland Lutters
de3494146c Fixed firmware version Displayed hours. 2014-12-25 23:30:15 +01:00
Roeland Lutters
f71eba5760 Fixed the displayed firmware-date in the firmware flasher. 2014-12-25 22:10:00 +01:00
Paul Rogalinski
7a800444b5 Force the user to pick a fimrware before loading 2014-12-25 00:02:18 +01:00
Thomas Greer
8935054584 Fixed transposed URLs in firmware flasher 2014-12-20 11:16:35 +00:00
Dominic Clifton
ccc0b839e6 Minor tweaks to the firmwre flasher. 2014-12-19 19:48:19 +00:00
Dominic Clifton
c6867d3c52 Update the firmware flasher to provide more details about the release.
Add warning message about target selection.
2014-12-19 16:04:42 +00:00
Dominic Clifton
dac49093a0 Update firmware flasher so that it uses files available via the github
releases api.
2014-12-19 14:56:40 +00:00
Paul Rogalinski
2f9e2b13c5 fixed typos 2014-12-19 04:05:25 +01:00
Paul Rogalinski
a8a6b8904c fixed async issues, added string formatter proto 2014-12-19 03:58:42 +01:00
Dominic Clifton
6051876f23 commit of broken code for a js expert to fix. 2014-12-19 01:30:48 +00:00