Option to send raw data frame to MQTT

This commit is contained in:
Gunnar Skjold
2022-01-29 19:53:59 +01:00
parent 77ce5d8e90
commit fb8d9e51a6
5 changed files with 29 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
#include "Arduino.h"
String toHex(uint8_t* in);
String toHex(uint8_t* in, uint8_t size);
void fromHex(uint8_t *out, String in, uint8_t size);
String toHex(uint8_t* in, uint16_t size);
void fromHex(uint8_t *out, String in, uint16_t size);
#endif