1
0
mirror of https://github.com/Oleg-Stepanenko-owo/IEBUS synced 2025-06-07 07:56:10 +00:00

new log for debuging; fix display status mode.

This commit is contained in:
OlegStepanenko_noute 2016-05-20 19:57:25 +03:00
parent ae701c2f4a
commit 6c98a1116b
3 changed files with 6 additions and 1 deletions

View File

@ -100,7 +100,10 @@ byte AVCLanDrv::_readMessage ()
if (t < AVC_START_BIT_HOLD_ON_MIN_LENGTH) {
//if (t < 0x16){
SREG = oldSREG;
avclanBT.print("t2:"); avclanBT.println("t");
return 2;
} else {
avclanBT.print("t2:"); avclanBT.println("t");
}
broadcast = readBits(1);

View File

@ -82,9 +82,11 @@ void loop()
if ( 1 == avclanBT.getDisplayStatus() ) {
HONDA_DIS_ON;
LED_ON;
return;
} else if ( 2 == avclanBT.getDisplayStatus() ) {
HONDA_DIS_OFF;
LED_OFF;
return;
}
// First 5 sec should be Honda logo

View File

@ -1,4 +1,4 @@
#define IEBUS_VERSION "0.9"
#define IEBUS_VERSION "0.91"
// type of AVCLan hardwire driver
#define AVCLAN_PCA82C250