You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typedef struct {
uint8_t node;
uint8_t tran;
int16_t batt; // battery voltage in millivolts
int16_t value1; // Generic e.g. Current temperature in dec * 100
int16_t value2; // Generic e.g. Minimum temperature in dec * 100
int16_t value3; // Generic e.g. Maximum temperature in dec * 100
int16_t value4; // Generic
} Payload;
Payload theData;
jgc/falco_sw_photon#1
The text was updated successfully, but these errors were encountered: