Auto key Bug fixed, LZ1LDO found bug

This commit is contained in:
phdlee 2018-03-17 11:11:27 +09:00
parent 8326b1ade3
commit f0409d641d
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
//27 + 10 + 18 + 1(SPACE) = //56
const PROGMEM uint8_t cwAZTable[27] = {0b00100100 , 0b01001000 , 0b01001010 , 0b00111000 , 0b00010000, 0b01000010, 0b00111100, 0b01000000 , //A ~ H
0b00100000, 0b01000111 ,0b00111010, 0b01000100, 0b00101100, 0b00101000 , 0b00111110, 0b01000110, 0b01001101, 0b00110100, //I ~ R
0b00110000, 0b00011000, 0b00110010, 0b01000001, 0b00110110, 0b01001001, 0b01001011, 0b00111000}; //S ~ Z
0b00110000, 0b00011000, 0b00110010, 0b01000001, 0b00110110, 0b01001001, 0b01001011, 0b01001100}; //S ~ Z
PGM_P pCwAZTable = reinterpret_cast<PGM_P>(cwAZTable);
const PROGMEM uint8_t cw09Table[27] = {0b00011111, 0b00001111, 0b00000111, 0b00000011, 0b00000001, 0b00000000, 0b00010000, 0b00011000, 0b00011100, 0b00011110};

View File

@ -1111,7 +1111,7 @@ void setup()
//Serial.begin(9600);
lcd.begin(16, 2);
//printLineF(1, F("CECBT v1.05"));
printLineF(1, F("CE v1.051W"));
printLineF(1, F("CE v1.059W"));
Init_Cat(38400, SERIAL_8N1);
initMeter(); //not used in this build