add to mutch colis error
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
BigNfcReader::BigNfcReader(){
|
||||
Serial2.begin(115200,SERIAL_8N1,2,3);//TODO: mettre le port série en paramètre
|
||||
Serial2.begin(115200, SERIAL_8N1, 16, 17);//TODO: mettre le port série en paramètre
|
||||
this->pair = true;
|
||||
this->trame = new std::vector<byte>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user