alan broad
/
carbon_v5_arm_studio
arm studio build
Diff: inc/commI2C.h
- Revision:
- 2:0af50f386eb2
- Parent:
- 1:0d25d9ddbe9f
- Child:
- 5:abfe25f0de33
--- a/inc/commI2C.h Sat Aug 04 19:25:02 2018 +0000 +++ b/inc/commI2C.h Sat Aug 04 19:56:33 2018 +0000 @@ -103,17 +103,7 @@ uint8_t cmd; //cmd received from proc uint8_t dataLen; //datalen found in pkt bool bSetParams; //if true then set and save variable params to nvm; false=> read params - uint8_t maxDataLen; //max data length in pkt (read only) - uint8_t maxTxPowerdBm; //max power (read only) - uint8_t minTxPowerdBm; //min power (read only) - uint8_t public_network; //public = true, private = false; - uint8_t sub_band; //network subband # - bool aDR; //true if ADR enabled - int8_t antennaGaindBi; //antenna gain - uint8_t txPowerdBm; //transmit power - uint8_t dataRate; //data rate - uint8_t appPort; //app port -> not used - uint8_t linkChkCount; //link check count + xdot_radio_params params; }pkt_setradioup; //downstream pkt struc @@ -122,17 +112,7 @@ uint8_t ack; //ack header response uint8_t cmd; //cmd received from proc uint8_t dataLen; //datalen found in pkt - uint8_t maxDataLen; //max data length in pkt - uint8_t maxTxPowerdBm; //max power - uint8_t minTxPowerdBm; //min power - uint8_t public_network; //public = true, private = false; - uint8_t sub_band; //network subband # - bool aDR; //true if ADR enabled - int8_t antennaGaindBi; //antenna gain - uint8_t txPowerdBm; //transmit power - uint8_t dataRate; //data rate - uint8_t appPort; //app port -> not used - uint8_t linkChkCount; //link check count + xdot_radio_params params; }pkt_setradiodwn; //nvm ptks