Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1525 → Rev 1526

/Transportables_Koptertool/branch/GPL_PKT_V3_5_8b_FC086/connect.c
38,6 → 38,7
#include "timer.h"
#include "eeprom.h"
#include "messages.h"
#include "lipo.h"
 
#if defined HWVERSION1_3W || defined HWVERSION3_9
//--------------------------------------------------------------
116,7 → 117,10
set_BTOn();
 
Change_Output(USB2FC);
 
do
{
show_Lipo();
}
while(!get_key_press (1 << KEY_ESC));
 
get_key_press(KEY_ALL);
179,7 → 183,10
set_BTOn();
 
Change_Output(USB2Wi);
 
do
{
show_Lipo();
}
while(!get_key_press (1 << KEY_ESC));
 
get_key_press(KEY_ALL);
270,7 → 277,10
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);
307,7 → 317,10
// 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);