Fixed mac address detection for bobbycar unique identifier

This commit is contained in:
2021-06-28 22:25:50 +02:00
parent 9bdd512057
commit f146deca05
11 changed files with 37 additions and 14 deletions

View File

@ -28,10 +28,6 @@
#include "can.h"
#endif
// macros are a shit piece of software
#define STRING2(s) #s
#define STRING(s) STRING2(s)
namespace {
bool currentlyReverseBeeping;
bool reverseBeepToggle;