Update TCP

This commit is contained in:
bap-0-1
2024-05-13 20:12:42 +02:00
parent dc72839c07
commit 6068c1489b
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,5 @@
cmake-build-debug
.idea
.idea
build

View File

@@ -5,7 +5,7 @@
#include "serialib.h"
#define SERIAL_PORT "/dev/USB_ARDUINO"
#define SERIAL_PORT "/dev/ttyACM0"
#define MAX_MESSAGE_LEN 1048
#define BAUDS 115200 //vitesse des données (bit/sec)
#define TIME_OUT 500