1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-24 16:42:31 +03:00
This commit is contained in:
Stuart Feichtinger
2016-01-31 20:41:00 -06:00
parent 17213ccecc
commit b2d7333706

View File

@ -72,8 +72,6 @@ typedef union{
uint8_t raw[sizeof(s)]; // For publishing
} packet_t;
/*
// Alternate Option with anonymous struct, but manual byte count:
@ -86,10 +84,9 @@ typedef union{
TOTAL = 18 bytes
};
uint8_t raw[18]; // For publishing
*/
} packet_t;
/*
/*************************** Sketch Code ************************************/