![]() |
Data Logger BLE Cellular Board
|
Flash parameters structure. More...
#include <jfet_common.h>
Public Attributes | |
| uint32_t | key |
| 0x12345678 valid key | |
| uint8_t | silent |
| = 0 running messages on, = 1 running messages off | |
| uint32_t | dutyCycle |
| interval in seconds to send Sensor data to the cloud | |
| char | sensorID [7] |
| last 6 bytes of MAC address | |
| char | sensorName [40] |
| sensor name | |
| char | customer [40] |
| cutome name for this sensor | |
| char | location [40] |
| location of this sensor | |
| char | group [40] |
| group for this sensor | |
| uint16_t | nextSavedRead |
| page address of next write JSON packet | |
| uint16_t | nextSavedWrite |
| page address of next write JSON packet | |
| uint16_t | savedCount |
| number of saved JSON packets | |
| uint8_t | manualTrigger |
| disable HDC2080 interrups and trigger/read when datetime BLE command seen | |
| uint8_t | ignoreBME688 |
| disable BME688 anywhere in the code for lower power consumption | |
| uint8_t | nouart0 |
| no UART0 setting | |
Flash parameters structure.
Definition at line 90 of file jfet_common.h.
| char flashParametersStruct::customer[40] |
cutome name for this sensor
Definition at line 106 of file jfet_common.h.
| uint32_t flashParametersStruct::dutyCycle |
interval in seconds to send Sensor data to the cloud
Definition at line 101 of file jfet_common.h.
| char flashParametersStruct::group[40] |
group for this sensor
Definition at line 108 of file jfet_common.h.
| uint8_t flashParametersStruct::ignoreBME688 |
disable BME688 anywhere in the code for lower power consumption
Definition at line 123 of file jfet_common.h.
| uint32_t flashParametersStruct::key |
0x12345678 valid key
Definition at line 91 of file jfet_common.h.
| char flashParametersStruct::location[40] |
location of this sensor
Definition at line 107 of file jfet_common.h.
| uint8_t flashParametersStruct::manualTrigger |
disable HDC2080 interrups and trigger/read when datetime BLE command seen
Definition at line 122 of file jfet_common.h.
| uint16_t flashParametersStruct::nextSavedRead |
page address of next write JSON packet
Definition at line 118 of file jfet_common.h.
| uint16_t flashParametersStruct::nextSavedWrite |
page address of next write JSON packet
Definition at line 119 of file jfet_common.h.
| uint8_t flashParametersStruct::nouart0 |
no UART0 setting
Definition at line 148 of file jfet_common.h.
| uint16_t flashParametersStruct::savedCount |
number of saved JSON packets
Definition at line 120 of file jfet_common.h.
| char flashParametersStruct::sensorID[7] |
last 6 bytes of MAC address
Definition at line 104 of file jfet_common.h.
| char flashParametersStruct::sensorName[40] |
sensor name
Definition at line 105 of file jfet_common.h.
| uint8_t flashParametersStruct::silent |
= 0 running messages on, = 1 running messages off
Definition at line 99 of file jfet_common.h.