mirror of
https://github.com/Oleg-Stepanenko-owo/IEBUS
synced 2025-06-07 16:06:12 +00:00
new log for debuging; fix display status mode.
This commit is contained in:
parent
ae701c2f4a
commit
6c98a1116b
@ -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);
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define IEBUS_VERSION "0.9"
|
||||
#define IEBUS_VERSION "0.91"
|
||||
|
||||
// type of AVCLan hardwire driver
|
||||
#define AVCLAN_PCA82C250
|
||||
|
Loading…
x
Reference in New Issue
Block a user