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
783 4990 d 19 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
 
762 5050 d 17 h /C-OSD/trunk/ *fixed bug in stats when max-distance > 999m  
738 5152 d 8 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) )
 
734 5156 d 14 h cascade /C-OSD/trunk/ +mah wasted per flight (still counts up after landing, but space gets tight)
*init phase from 2000ms to 3000ms
*init only takes place after first "valid" UBat is received (<4V should case the Mega to reset anyways)
 
728 5158 d 8 h cascade /C-OSD/trunk/ adapted MK-datastructs to NC 0.18c
added choice for current display measured by FC
 
389 5457 d 6 h cascade /C-OSD/trunk/ *reset-bug fixed
*moved code a bit
 
387 5457 d 11 h cascade /C-OSD/trunk/ *reset-bug workaround in usart1.c: usart1_DisableTXD and usart1_EnableTXD  
346 5469 d 11 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 5475 d 7 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