Subversion Repositories Projects

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
800 4957 d 13 h /C-OSD/trunk/ *removed debug-leftover in ppm.c (thx OktoMac)
*made number display-routines more stable when big numbers occur
 
783 4980 d 22 h /C-OSD/trunk/ *added current setting display
*updated structs for FC 0.80 and NC 0.20 (old version will still work, just cosmetics)
*battery warn level now _can_ be taken from the FC-Settings
*corrected some defines so FC stuff is only in FC Builds and NC stuff only in NC builds
 
772 5009 d 18 h /C-OSD/trunk/ *hopefully fixed altimeter-stats
*some basic antenna tracking insertion for others to test
 
761 5071 d 0 h /C-OSD/trunk/ *distance to home now 4 digits for long distance flights
*max height and speed shown again in stats
*clear full screen before stats shown so the art-horizon does not bug us
@some code formatting
 
738 5142 d 11 h cascade /C-OSD/trunk/ *hopefully fixed the laggy osd data problem
-send_data_mk has been striked out to save space
@nc-mode should be small enough for bootloader again ( Program: 14986 bytes (91.5% Full) )
 
728 5148 d 12 h cascade /C-OSD/trunk/ adapted MK-datastructs to NC 0.18c
added choice for current display measured by FC
 
686 5243 d 16 h jopl /C-OSD/trunk/ Test condition fully compatible with NC  
685 5244 d 0 h cascade /C-OSD/trunk/ +fc-only mode by Josef "jopl" Plasil (MK3Mag on FC and no NC)
*usart1 routine to filter out unwanted datasets (also big thanks to jopl)
 
514 5378 d 22 h cascade /C-OSD/trunk/ *ALL characters now in Progmem, from now on there will be only ONE char-file!  
389 5447 d 10 h cascade /C-OSD/trunk/ *reset-bug fixed
*moved code a bit
 
387 5447 d 14 h cascade /C-OSD/trunk/ *reset-bug workaround in usart1.c: usart1_DisableTXD and usart1_EnableTXD  
346 5459 d 15 h cascade /C-OSD/trunk/ +added request of OSD data, disrequest of debug data and uptime reset to menu
-removed the uptime-reset binding from S2
+pgm space for some strings to save _normal_ data space
*some code movement
 
331 5465 d 11 h cascade /C-OSD/trunk/ + disabling the txd pin while not using it so it won't interfere with KopterTool usage (thx joko)
+ if no data has been received for over 2sec we re-request it
* tried source organisation a bit