1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 04:15:26 +03:00
Commit graph

14627 commits

Author SHA1 Message Date
Daniel
b978f60423 Fix Companion len script filename 2021-02-22 09:00:13 +01:00
elecpower
08a5015ea0 Stop extended limits affecting output fields referencing gvars 2021-02-22 08:07:38 +11:00
3djc
10dadf1f78 Multi : improve options support part 1 2021-02-21 12:25:47 +01:00
elecpower
8e13639f5d Mirror rssi alarms in companion 2021-02-20 07:39:24 +11:00
3djc
d1a60cca8d Multi : support SX1276 power indication and protect against unknown options coming from multi 2021-02-19 16:53:01 +01:00
Bertrand Songis
2a719199e3
Update CREDITS.txt 2021-02-19 16:50:53 +01:00
Bertrand Songis
cae6d56b74
Update CREDITS.txt 2021-02-19 08:49:25 +01:00
Risto
ecfa393a9b Uniform CLI stackinfo output in bytes.
Main task size currently in double words, the CoOS RTOS task stack sizes in bytes.
Available stack size output was in double words, now everything uniform in bytes also added "bytes" label to CLI output to make this clear.
2021-02-18 16:33:24 +01:00
Bertrand Songis
85780d4302
Update CREDITS.txt 2021-02-18 11:15:39 +01:00
Bertrand Songis
621fa17b85
Update CREDITS.txt 2021-02-18 11:04:05 +01:00
Bertrand Songis
eaa972cd2f
Update CREDITS.txt 2021-02-17 11:48:08 +01:00
3djc
41459f180c Merge branch '2.3' into 3djc/2.3-synced 2021-02-16 18:12:56 +01:00
Bertrand Songis
9e254e7dd6
Update CREDITS.txt 2021-02-16 10:43:15 +01:00
Bertrand Songis
af8dff9da2
Update CREDITS.txt 2021-02-15 14:37:07 +01:00
Bertrand Songis
96eb5d2bb0
Update CREDITS.txt 2021-02-15 14:01:26 +01:00
3djc
d4aec69b3f Allow a wider range for battery settings in companion to care for 1S 2021-02-15 13:22:43 +01:00
3djc
24fdbcbbab Send 0 with getRSSI when no telem 2021-02-15 13:10:29 +01:00
Bertrand Songis
2d1276f081
Update CREDITS.txt 2021-02-15 09:15:58 +01:00
Risto
7eaede341a
RTOS_MS_PER_TICK calculation simplification
CFG_CPU_FREQ cancels itself out in the original equation: ((CFG_CPU_FREQ / CFG_SYSTICK_FREQ) / (CFG_CPU_FREQ / 1000)) 
In addition, comment is now fixed - 1ms is used for STM32, 2ms was used for other chips:
e94f6c0ccd/radio/src/thirdparty/CoOS/OsConfig.h (L88-L92)
2021-02-14 14:33:49 +01:00
Bertrand Songis
e94f6c0ccd
Update CREDITS.txt 2021-02-14 10:40:34 +01:00
Bertrand Songis
92b25e71fc
Update CREDITS.txt 2021-02-13 22:30:45 +01:00
まっく まりあてれじあ
8751ae3175 Update Japanese translation. 2021-02-13 22:20:45 +09:00
Sébastien Charpentier
fa2dbcf72a
Lapin fou/fr translation (#8280)
* Updated French translation.
2021-02-12 13:03:58 +01:00
3djc
6bd6d214f6 Fix some italian translation on bw 2021-02-12 12:56:16 +01:00
3djc
d1f500fae7 Fix some italian translation on bw 2021-02-12 11:58:56 +01:00
3djc
4b3b81ae3f Cosmetics 2021-02-12 11:44:41 +01:00
3djc
e4b64b1d0e Fix compilation 2021-02-12 07:03:14 +01:00
Bertrand Songis
86d4346452
Merge pull request #8266 from opentx/3djc/fix-modelchange-module-power
Ensure module are on after model change
2021-02-11 17:29:11 +01:00
3djc
bdf9e630ca Improve 2021-02-11 17:27:53 +01:00
Bertrand Songis
bff78b64a4
Merge pull request #8272 from opentx/elecpower/cpn-fix-src-lists
Add telemetry sources for inputs
2021-02-11 17:05:37 +01:00
Bertrand Songis
f0c9a310fd
Merge pull request #8275 from opentx/dgatf/add_si_x9dp2019
Add switch I X9D+2019
2021-02-11 17:04:49 +01:00
Bertrand Songis
874aa88cc2
Merge pull request #8277 from opentx/dgatf/fix_model_menu_9x
Fix model menu 9x
2021-02-11 17:03:35 +01:00
Bertrand Songis
5280afecf6
Update CREDITS.txt 2021-02-11 08:43:49 +01:00
Kilrah
e5d0b9d854 Add missing externalaccess option for T18 2021-02-10 14:25:32 +01:00
Bertrand Songis
da3f3f6032
Update CREDITS.txt 2021-02-09 17:27:12 +01:00
Daniel
1f038dc5ce Output type only with 9xrpro and ppm and refactor 2021-02-09 13:17:11 +01:00
Daniel
c88999827f Compilation fix 2021-02-08 21:33:55 +01:00
Daniel
02e91afff2 Fix model menu 9x 2021-02-08 16:07:49 +01:00
Daniel
b9b5ee8a9d Add switch I X9D+2019 2021-02-06 14:58:34 +01:00
3djc
b78b457234 Please Travis 2021-02-05 13:17:54 +01:00
elecpower
963d7455b7 Fix source filters for inputs and mixes 2021-02-05 16:50:02 +11:00
Bertrand Songis
00cf3f8758
Update CREDITS.txt 2021-02-03 22:06:22 +01:00
3djc
f7d17b715c Please Travis 2021-02-03 12:00:48 +01:00
3djc
26a5dfe13e Merge branch '2.3' into 3djc/fix-modelchange-module-power 2021-02-03 11:50:30 +01:00
3djc
f1e957e466 Improve 2021-02-03 10:42:04 +01:00
Bertrand Songis
a2b591face
Update CREDITS.txt 2021-02-03 08:31:43 +01:00
3djc
a11198bc72 Fix compilation 2021-02-03 08:26:09 +01:00
Bertrand Songis
36469498b0
Merge pull request #8172 from opentx/dgatf/trim_simu_bug
Remove retry timer for set trim on simulator
2021-02-02 16:24:22 +01:00
Bertrand Songis
018afab7b9
Merge pull request #8247 from olliw42/owpr-taskenum
TaskIndex enum is not used, and had a superfluous bluetooth entry also
2021-02-02 16:22:38 +01:00
Bertrand Songis
ffa6a75b3a
Merge pull request #8253 from opentx/8252_countdownStart
Timer countdown start missing in companion and 128 (fix #8252)
2021-02-02 16:22:06 +01:00