1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00
Commit graph

41 commits

Author SHA1 Message Date
Raphael Coeffic
7379f6064e Horus: add receiver number check (#5841)
* add receiver number check for Horus

* find the first free model ID on LONG ENTER

* use the next free model ID for new models

* improve free model ID support for std LCD as well

* fixed “duplicate model”

* fixed ModelsList::isModelIdUnique()
2018-05-21 19:03:51 +02:00
Max Paperno
b69f36afe4 [Radio] Adjust value limits for mix sources and update UI for LSs, CFs & telem. (#5445)
* [firmware][ARM] Adjust some value limits for mix sources and update editing UI for LSs, CFs, & telem. bars:
    * Increase timer limits to +/-8:59:59 when used with LSs, CFs, & bars;
    * Increase Lua script output limits to +/-30K;
    * Trim limits based on extended limit model setting;
    * Limit TX voltage to 25.5;
    * Limit TX time comparison value to 29:59m;
    * Use proper GVar limits (user-configured), display precision, & unit in LSs & telem. bars;
    * Display timer values properly with hours (instead of mmm:ss).

* [firmware] getTimerString() would fail with times >= 100min if hours weren't shown.

* Fix builds w/out GVars.
2017-12-19 12:17:12 +01:00
Arne Schwabe
613b2edf49 Multi improvements (#5322)
* implementing syncing with multi

* Send config command

* Implement setting failsafe for multimodule

* Fix

* Fix last bugs. Multi sync now working as expected.

* Add eww multi protocol
2017-11-11 08:57:04 +01:00
3djc
8cb7031cf6 Cosmetics based on Bertrand's commments 2017-08-15 17:02:51 +02:00
3djc
bf600140d3 480x272 2017-08-15 10:55:15 +02:00
Bertrand Songis
7434e330c8 3djc/rssi poweroff safety (#5126)
Shutdown RSSI Alert
2017-08-01 14:13:25 +02:00
Max Paperno
0906bdc6d7 Adjust logical switch abbreviations. (#4965)
* [Companion] Change logical switch abbreviations to "LS##" in Source/Switch selection lists.

* [LogicalSwitchesPanel] Normalize LS name label.

* We had decided on "Lxx"

* Match firmware side

* ARM wasn't using the translations

* Update strhelpers.cpp
2017-05-30 18:36:04 +02:00
3djc
3d17023bc9 Fixes numbering discrepancy for Horus inputs (#4967)
Fixes #4966
2017-05-29 13:24:29 +02:00
Bertrand Songis
85bdca8d44 Remaining trace removed 2017-02-12 22:26:09 +01:00
Bertrand Songis
5d2220c842 [SKY9X/9XR-PRO] Shift in Switches display 2017-02-12 22:22:58 +01:00
Andre Bernet
bf15410bf1 3djc/x7 outputs (#4273)
[128x64] Rework Outputs screen
[X7] Fix for min/max limits bug
[X7/X9] UI fixes
2017-01-24 07:36:40 +01:00
Bertrand Songis
54742fcad9 Compilation fixes for Arch Linux 2017-01-07 18:42:56 +01:00
Bertrand Songis
82d6b96f8b X7D renamed to X7 2016-12-12 07:39:51 +01:00
Bertrand Songis
bfb5e9b8a6 Bsongis/x7d fixes (#4019)
* [X7D] Various fixes

[Others]
- Fixes the Mixer / Inputs MOVE / COPY problem on X9E
- Adds the copy/paste/rename feature in SDCARD menu on X7D/SKY9X
- Merges some duplicated code using the new directory structure
- Cosmetics
2016-11-13 19:06:21 +01:00
Damjan Adamic
37ea272bd4 Replaced all 1900 with TM_YEAR_BASE 2016-10-30 11:35:12 +01:00
Andre Bernet
38886e31a4 Multipos improvements 2016-08-31 21:48:24 +02:00
Bertrand Songis
dd1ca93b70 getStringWithIndex renamed to strAppendStringWithIndex. It returns now the end of the string so that anything can be appended. 2016-08-23 20:51:40 +02:00
Bertrand Songis
b657ca1862 Cosmetics 2016-08-21 12:41:12 +02:00
Bertrand Songis
d3ae3c035d Bsongis/gui refactoring for x7 d (#3701)
* [X7D] New board added
* Cosmetics
2016-08-18 11:49:16 +02:00
Bertrand Songis
c9e9087ec9 Cosmetics 2016-05-25 13:48:10 +02:00
Damjan Adamic
726e32731b Re #3255: strAppendUnsigned() was not working for numbers >= 0x80000000 2016-02-29 20:43:37 +01:00
Bertrand Songis
fda4cac1ed [Horus] 2016-02-01 20:45:56 +01:00
Bertrand Songis
7ebebb312a Fixes #3255 2016-01-29 16:11:51 +01:00
Bertrand Songis
b7e4a3c63b [Horus] A few TODOs fixed (some sprintf removed) 2016-01-28 23:12:26 +01:00
Bertrand Songis
e8aaa67450 [Horus] GUI continued - #3159
[GVars] Refactoring continued - #3185
2016-01-14 07:41:30 +01:00
Bertrand Songis
97d59cfa56 Copyright script applied to all sources in the radio directory 2015-12-23 19:57:13 +01:00
Bertrand Songis
ed2f66aedd [Horus] UI continued 2015-11-14 17:19:20 +01:00
Bertrand Songis
a556c50956 [Horus] Next round of screen changes + refactoring 2015-11-03 19:53:55 +01:00
Damjan Adamic
a30ddb7437 Fixes #2934: shortened screen-shot file name (screen-2013-01-01-123540.bmp), also affects EEPROM backup which uses same time-stamp generation function. 2015-10-10 12:48:49 +02:00
bsongis
9ccb7e672f Should fix the problem with the bootloader flash (file extension search
was wrong)
2015-03-24 19:41:33 +01:00
bsongis
2e514565cc [Taranis] Possibility to rename a directory in SD Manager 2015-03-09 18:51:14 +01:00
bsongis
30e1d09584 Adresses comments in #2036 - Thanks to Damjan for the review! 2015-01-22 20:17:26 +01:00
bsongis
aca3d01adc #1924 fixed with rename function added. Code review needed, I also saved
2kb RAM here ... Needs more tests than only mine, thanks!
2015-01-21 21:23:29 +01:00
bsongis
35207ce6f6 More files moved 2015-01-18 00:21:35 +01:00
Kyle Manna
da8160f1ff permissions: Remove execute bit from src files
* Remove the execute permission on all c, cpp, and header files.
* These files will never need to be executed.
2014-11-19 09:52:44 -08:00
bsongis
88d9691d16 Telemetry refactoring - Fixes #1634 2014-11-08 12:06:42 +01:00
bsongis
8032d6ee66 Constructors called on static objects - I really need them now :) 2014-09-20 13:02:20 +02:00
mhotar
e05a16988f No special characters in edit fields for CZ language, but enabled in internally defined strings.
It fixes autogenerated Input names.
2014-09-15 10:06:20 +02:00
bsongis
e89c920c4e Fixes #1612 2014-08-16 11:38:00 +02:00
bsongis
55ed62e6ac Mixer code moved to a separate file 2014-05-15 11:10:05 +02:00
bsongis
d1f45951fc Whole EEPROM Backup 2014-04-09 17:30:29 +02:00