send sucess message if command is processed sucessfully

This commit is contained in:
2022-01-19 22:35:55 +01:00
parent 6a02c2f8cd
commit ba67c5138d
5 changed files with 513 additions and 410 deletions

View File

@ -2,7 +2,7 @@
#define SERIAL_H
#define BAUD 38400
#define SERIAL_BUFFER_SIZE 256
#define SERIAL_BUFFER_SIZE 512
#include <util/setbaud.h>
#include <avr/io.h>