mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-01 14:42:00 +00:00
Libdeps updated to avoid conflict with time.h
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "hexutils.h";
|
||||
#include "hexutils.h"
|
||||
|
||||
String toHex(uint8_t* in) {
|
||||
return toHex(in, sizeof(in)*2);
|
||||
|
||||
Reference in New Issue
Block a user