Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1526 → Rev 1515

/Transportables_Koptertool/branch/GPL_PKT_V3_5_8b_FC086/connect.c
38,7 → 38,6
#include "timer.h"
#include "eeprom.h"
#include "messages.h"
#include "lipo.h"
 
#if defined HWVERSION1_3W || defined HWVERSION3_9
//--------------------------------------------------------------
117,10 → 116,7
set_BTOn();
 
Change_Output(USB2FC);
do
{
show_Lipo();
}
 
while(!get_key_press (1 << KEY_ESC));
 
get_key_press(KEY_ALL);
183,10 → 179,7
set_BTOn();
 
Change_Output(USB2Wi);
do
{
show_Lipo();
}
 
while(!get_key_press (1 << KEY_ESC));
 
get_key_press(KEY_ALL);
277,10 → 270,7
lcd_puts_at(0, 5, strGet(CONNECT23), 0);
lcd_puts_at(12, 7, strGet(ESC), 0);
Change_Output(USB2FC);
do
{
show_Lipo();
}
 
while(!get_key_press (1 << KEY_ESC));
 
get_key_press(KEY_ALL);
317,10 → 307,7
// lcd_printp_at (12, 7, PSTR("Esc"), 0);
 
Change_Output(USB2Wi);
do
{
show_Lipo();
}
 
while(!get_key_press (1 << KEY_ESC));
 
get_key_press(KEY_ALL);