Merge branch 'master' of github.com:gskjold/AmsToMqttBridge

This commit is contained in:
Gunnar Skjold
2021-12-18 14:33:59 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#include "hexutils.h";
#include "hexutils.h"
String toHex(uint8_t* in) {
return toHex(in, sizeof(in)*2);