add to mutch colis error

This commit is contained in:
2024-02-01 15:38:04 +01:00
parent 35ecce7d5d
commit 7b975bd9a9
2 changed files with 9 additions and 3 deletions

View File

@ -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>();
}