You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-26 04:01:02 +03:00
Clean up
This commit is contained in:
@ -72,8 +72,6 @@ typedef union{
|
|||||||
|
|
||||||
uint8_t raw[sizeof(s)]; // For publishing
|
uint8_t raw[sizeof(s)]; // For publishing
|
||||||
|
|
||||||
} packet_t;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Alternate Option with anonymous struct, but manual byte count:
|
// Alternate Option with anonymous struct, but manual byte count:
|
||||||
|
|
||||||
@ -86,10 +84,9 @@ typedef union{
|
|||||||
TOTAL = 18 bytes
|
TOTAL = 18 bytes
|
||||||
};
|
};
|
||||||
uint8_t raw[18]; // For publishing
|
uint8_t raw[18]; // For publishing
|
||||||
|
*/
|
||||||
|
|
||||||
} packet_t;
|
} packet_t;
|
||||||
/*
|
|
||||||
|
|
||||||
/*************************** Sketch Code ************************************/
|
/*************************** Sketch Code ************************************/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user