mikeller
|
487719f565
|
Reverted changes in 'gulpfile.js'.
|
2018-05-19 17:38:16 +12:00 |
|
mikeller
|
951f82f62e
|
Fixed typo.
|
2018-05-19 17:36:20 +12:00 |
|
mikeller
|
4b67c4eeef
|
Windows was one step too far, removing.
|
2018-05-19 17:34:32 +12:00 |
|
mikeller
|
d1fa7c3a9d
|
Added chromeos / win32 / osx builds.
|
2018-05-19 16:49:26 +12:00 |
|
Niccolò Maggioni
|
cc35065129
|
ARMv7 build process
|
2018-05-18 16:15:59 +02:00 |
|
Michael Keller
|
d15027962e
|
Removed 'gulp-exit', becauseit did not quite work in a comprehensive way with our setup.
|
2018-05-18 22:24:05 +12:00 |
|
Michael Keller
|
4d4939f3d6
|
Added one more 'exit()'.
|
2018-05-18 22:08:29 +12:00 |
|
Michael Keller
|
07040d91e3
|
Added gulp-exit to make gulp finish in timely manner.
|
2018-05-18 21:50:13 +12:00 |
|
Michael Keller
|
d4834f5722
|
Added 'rpm' package to enable the .rpm build.
|
2018-05-18 16:27:35 +12:00 |
|
Michael Keller
|
990d03aeb6
|
Switched to using latest.
|
2018-05-18 16:22:39 +12:00 |
|
Michael Keller
|
e96c4c0210
|
Added explicit node version to travis config.
Added explicit node and npm version to travis config.
|
2018-05-18 16:16:15 +12:00 |
|
Michael Keller
|
16ad1336e5
|
Merge pull request #1025 from McGiverGim/fix_node10
Compatible with Node.js 10 or greater
|
2018-05-17 11:14:35 +12:00 |
|
Miguel Angel Mulero Martinez
|
812c7a9459
|
Compatible with Node.js 10 or greater
|
2018-05-16 20:55:24 +02:00 |
|
Bruce Luckcuck
|
25cd902bd0
|
Fix OSD preview to use correct units suffix for GPS speed
Respect the units selection and display "K" for metric and "M" for imperial.
|
2018-05-13 12:31:29 -04:00 |
|
Michael Keller
|
eaddb59e48
|
Merge pull request #1020 from atomgomba/feature-firmware-caching
FirmwareCache: add method to manually purge cache and maintenance
|
2018-05-12 12:12:00 +12:00 |
|
Michael Keller
|
247c9f4706
|
Merge pull request #1019 from McGiverGim/fix_osd_sizes
Adjust some OSD fields length
|
2018-05-12 12:11:36 +12:00 |
|
Michael Keller
|
cf6d8bf706
|
Merge pull request #1017 from etracer65/osd_stats_reorder
Reorder OSD stats selections to match on-screen display order
|
2018-05-12 12:00:11 +12:00 |
|
Michael Keller
|
dc6a899019
|
Merge pull request #1022 from McGiverGim/i18n_osd_button_saved
i18n the osd button when pressed
|
2018-05-11 08:43:08 +12:00 |
|
Miguel Angel Mulero Martinez
|
7055f25978
|
i18n the osd button when pressed
It shows a "Saved" message for two seconds
|
2018-05-10 20:11:56 +02:00 |
|
Kiripolszky Károly
|
b18a98299b
|
FirmwareCache: naming fixes
|
2018-05-10 19:09:52 +02:00 |
|
Kiripolszky Károly
|
e432d8656d
|
FirmwareCache: additional initialization check
|
2018-05-10 18:14:58 +02:00 |
|
Kiripolszky Károly
|
65e49e5896
|
FirmwareCache: add method to manually purge cache and maintenance
|
2018-05-10 14:59:47 +02:00 |
|
Miguel Angel Mulero Martinez
|
0a8d2048a1
|
Adjust some OSD fields length
|
2018-05-08 13:41:40 +02:00 |
|
Michael Keller
|
1e8cf6fc2d
|
Merge pull request #1018 from mikeller/add_stale_robot_config
Added config file for stale issue / pull request handling bot.
|
2018-05-06 20:42:53 +12:00 |
|
mikeller
|
67e0555278
|
Added config file for stale issue / pull request handling bot.
|
2018-05-06 18:30:30 +12:00 |
|
Bruce Luckcuck
|
1e979f0603
|
Reorder OSD stats selections to match on-screen display order
Going forward, any changes to the on-screen display order of the OSD post-flight statistics mut be reflected in the configurator.
|
2018-05-05 18:41:15 -04:00 |
|
Michael Keller
|
cbd4c30857
|
Merge pull request #1012 from mikeller/fix_blackbox_write_error
Added abort / error message when writing of downloaded blackbox log fails.
|
2018-05-04 21:48:13 +12:00 |
|
Michael Keller
|
c8acfc55e3
|
Fixes.
|
2018-05-04 20:41:18 +12:00 |
|
Michael Keller
|
a3f791fcac
|
Fix from review.
|
2018-05-04 20:37:08 +12:00 |
|
Michael Keller
|
8a692daa44
|
Merge pull request #1015 from McGiverGim/fix_current_offset_mA
Fix amperage offset units (mA)
|
2018-05-04 13:52:00 +12:00 |
|
Miguel Angel Mulero Martinez
|
f35a3b228f
|
Fix amperage offset units (mA)
|
2018-05-03 20:18:44 +02:00 |
|
Michael Keller
|
3a4e115266
|
Merge pull request #1014 from AndersHoglund/fix_package-lock
Updated package-lock.json, leftover from PR 1013.
|
2018-05-03 23:58:45 +12:00 |
|
Anders Hoglund
|
965b4c290c
|
Updated package-lock.json, leftover from PR 1013.
|
2018-05-03 11:37:46 +02:00 |
|
Michael Keller
|
86020812a1
|
Merge pull request #1013 from atomgomba/feature-firmware-caching
Initial implementation of firmware cache
|
2018-05-03 14:19:59 +12:00 |
|
Kiripolszky Károly
|
54bdd2da14
|
FirmwareCache: memory footprint and UI improvements
|
2018-05-02 14:47:41 +02:00 |
|
Kiripolszky Károly
|
caef8dbf3c
|
bold label for downloaded firmwares
|
2018-05-01 11:30:36 +02:00 |
|
Kiripolszky Károly
|
bd1dbf21d0
|
initial implementation of firmware cache
|
2018-04-27 15:30:08 +02:00 |
|
mikeller
|
02e0d75442
|
Added abort / error message when writing of downloaded blackbox log fails.
|
2018-04-24 23:54:40 +12:00 |
|
Michael Keller
|
c5ae5d07a6
|
Merge pull request #981 from atomgomba/feature-replace-logo
Improved logo customization UI
|
2018-04-13 20:47:17 +12:00 |
|
Kiripolszky Károly
|
94fc9d01ff
|
refactor LogoManager into its own file
|
2018-04-13 10:15:43 +02:00 |
|
Michael Keller
|
aa0189bd33
|
Merge pull request #1003 from jmguarino/issue#975
Switched dshot beacon input to address issue #975
|
2018-04-10 01:06:52 +12:00 |
|
Justin Guarino
|
449da9c15f
|
Switched dshot beacon input to select to address issue #975
|
2018-04-07 03:54:01 -07:00 |
|
Michael Keller
|
dbfe692278
|
Merge pull request #1001 from McGiverGim/change_slack_url_com
Change the slack URL to the .com
|
2018-04-07 12:13:09 +12:00 |
|
Miguel Angel Mulero Martinez
|
349833b2d5
|
Change the slack URL to the .com
|
2018-04-06 10:31:49 +02:00 |
|
Michael Keller
|
77b15a7d42
|
Merge pull request #1000 from McGiverGim/bf-fix_msp_versions
Fix some MSP versions
|
2018-04-05 09:36:03 +12:00 |
|
Kiripolszky Károly
|
365b05987f
|
Merge remote-tracking branch 'upstream/master' into feature-replace-logo
|
2018-04-04 22:01:47 +02:00 |
|
Kiripolszky Károly
|
4b5c20008c
|
LogoManager: use named parameters in translation
|
2018-04-04 20:36:42 +02:00 |
|
Kiripolszky Károly
|
59788d8940
|
improved logo validation output, improved localization handling and bugfix
|
2018-04-04 20:34:56 +02:00 |
|
Kiripolszky Károly
|
9d9a395f6b
|
improved logo customization UI
|
2018-04-04 20:34:46 +02:00 |
|
Kiripolszky Károly
|
fd83241379
|
move styles for font logo management interface to external stylesheet
|
2018-04-04 20:34:33 +02:00 |
|