1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00
Commit graph

1212 commits

Author SHA1 Message Date
Chris Nisbet
cdc0147dcb CN - Attempt to fix line ending issue where remote files have CRLF, but local files have LF only. 2014-06-19 19:49:29 +12:00
Chris Nisbet
07b4be8f45 CN - Adds support for a mass storage USB device in the main firmware.
By default, the firmware includes the USB joystick device, but it is possible to replace this code with a mass storage device that allows access to the SD card when running the main firmware.
To include the mass storage device and remove the joystick device, add "USB=MASS" to the command line args when making the firmware.
2014-06-19 16:57:17 +12:00
bsongis
b83f95ed1a Events are transmitted to the Lua telemetry screens. Menus are displayed
over those screens (needed at least for Reset Telemetry/Flight)
2014-06-18 22:42:04 +02:00
bsongis
b77d470684 background function added to Lua scripts (used only in telemetry
scripts)
2014-06-18 22:42:04 +02:00
bsongis
ec81b078fe Now telem0.lua replaces the voltages screen and telem1.lua .. telem7.lua
are allowed. The user could now have 1+7+3+1=12 telemetry screens!
2014-06-18 22:42:04 +02:00
bsongis
2416dde7bb Lua telemetry screens. Still not finished:
- the scripts need to be wakedup even when not displayed
- I only tested telem0.lua, but theorically we could have 7 telemetry
screens
2014-06-18 22:42:04 +02:00
bsongis
571b498a82 Warning removed 2014-06-18 07:26:36 +02:00
bsongis
19ef43cd7f Compilation error on VC++ 2014-06-17 17:38:29 +02:00
bsongis
1861c5e264 Release notes updated 2014-06-17 17:13:32 +02:00
Kjell Kernen
e040ab9897 Fixes #1300 2014-06-17 17:05:47 +02:00
bsongis
f2b59df0f6 OpenTX 2.0.3 preparation 2014-06-17 16:54:05 +02:00
bsongis
824059d033 PPM Pulses code modification pulled from ersky9x 2014-06-17 16:51:39 +02:00
bsongis
500ca6554d Sky9x compilation failure 2014-06-17 15:57:25 +02:00
bsongis
b3b35eca5b Compilation failure 2014-06-17 15:48:03 +02:00
bsongis
39118453da Code cleanup on Sky9x pulses 2014-06-17 15:41:27 +02:00
bsongis
9e64801384 Compilation failure on Sky9x without FRSKY extension 2014-06-17 15:41:27 +02:00
Damjan Adamic
6497407788 Removed frskyData.hub.gpsDistance simulator initialization because it is a calculated value. 2014-06-17 14:42:29 +02:00
Bertrand Songis
5a3d2244d8 Fixes #1267 2014-06-17 13:17:57 +02:00
Damjan Adamic
8115a78df7 Added couple of simulator telemety initialization values. 2014-06-17 13:04:35 +02:00
Michele
f597e6412b Update it.h.txt
Some changes in Italian translations
2014-06-17 12:53:34 +02:00
Damjan Adamic
f99fc83993 Fixes #1264 - CFN_GVAR_CST_MAX is 500, int16_t is needed 2014-06-17 11:50:08 +02:00
bsongis
bf511767ce Fixes #1281 - Needs to be tested on Windows 8 2014-06-17 11:34:02 +02:00
bsongis
9682bf116d Fixes #1271 2014-06-17 11:27:59 +02:00
bsongis
6dacd5a914 Google tests didn't compile with my last commit 2014-06-17 11:07:20 +02:00
bsongis
2094e87da5 'phase' renamed to 'flight mode' everywhere in the code 2014-06-17 10:59:00 +02:00
bsongis
20125474c1 Fixes #1267 2014-06-17 10:59:00 +02:00
bsongis
c7133bb5a0 Backlight driver fixed on Taranis+ 2014-06-17 08:50:02 +02:00
bsongis
9840cc7dfc Fixes #1285 2014-06-16 18:01:42 +02:00
bsongis
8cd55856e9 Fixes #1288 2014-06-16 17:48:23 +02:00
bsongis
f4bbaf682c Fixes #1292 2014-06-16 17:39:49 +02:00
bsongis
4d71fb31db Reset All should be named Reset Flight 2014-06-16 14:49:54 +02:00
bsongis
101293124a timer10.wav and timerlt3.wav shouldn't exist any more (beeps) 2014-06-16 14:49:53 +02:00
Damjan Adamic
effcb1610b Fixes #1290 - Gvar popup wrong if same as other FM 2014-06-15 18:50:45 +02:00
Jacek Drewniak
35765394dc fixes 2014-06-14 21:58:57 +02:00
bsongis
726a03d433 Fixes #1277 2014-06-14 11:20:40 +02:00
bsongis
d6ef1c011b Now the Lua Telemetry scripts 2014-06-14 11:13:02 +02:00
bsongis
f295f3b888 Function renamed 2014-06-14 11:09:40 +02:00
Damjan Adamic
10413bbede Removed compiler warning: lua.cpp:63:60: warning: missing braces around initializer for 'ScriptInputsOutputs' [-Wmissing-braces] 2014-06-14 08:24:00 +02:00
Damjan Adamic
91dfb0309e Removed compiler warning: lua.cpp:1382:21: warning: variable 'filename' set but not used [-Wunused-but-set-variable] 2014-06-14 08:18:47 +02:00
Damjan Adamic
6707f68923 One more warning removed: ../targets/taranis/board_taranis.h:256:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2014-06-14 08:10:40 +02:00
Chris Nisbet
c4b19de8eb CN - Couple of bug fixes in USB code. This functions the bugs were in don't appear to be called by any of the OpenTX code. 2014-06-14 13:02:51 +12:00
bsongis
e3df420f8e Lua scripts directories changed. We will now have
/SCRIPTS/WIZARD/
/SCRIPTS/TEMPLATES/
/SCRIPTS/MIXES/
/SCRIPTS/FUNCTIONS/
2014-06-13 14:37:57 +02:00
bsongis
87c8b4b153 #1227 - TRIM_MARGIN is now radio dependant 2014-06-13 11:32:21 +02:00
bsongis
4149361de8 Hungarian voice added 2014-06-13 10:33:10 +02:00
bsongis
89433127c4 Lua scripts now in custom functions! 2014-06-12 18:18:42 +02:00
bsongis
9a83325119 Compilation error when GAUGES=NO 2014-06-12 15:59:54 +02:00
bsongis
e85242e08d Release notes forgotten! 2014-06-12 12:14:50 +02:00
Andre Bernet
7ea2eb6259 Smaller analog delay margin 2014-06-12 11:23:02 +02:00
bsongis
2cd66cbc65 Fixes #1223 2014-06-12 10:34:57 +02:00
Bertrand Songis
621639ad0b Merge pull request #1253 from opentx/mhotar/cz_translations
Timer labels extended to 4 characters in CZ to be able to describe T-Tra...
2014-06-11 16:30:27 +02:00