minor improve
This commit is contained in:
parent
229302895d
commit
6e6de327d5
|
@ -593,7 +593,7 @@ static void SendTxData(void)
|
||||||
APP_LOG(TS_ON, VLEVEL_M, "temp: %d\r\n", (int16_t)(sensor_data.temperature));
|
APP_LOG(TS_ON, VLEVEL_M, "temp: %d\r\n", (int16_t)(sensor_data.temperature));
|
||||||
APP_LOG(TS_ON, VLEVEL_M, "\n=====(2) Fport: %d\r\n", AppData.Port);
|
APP_LOG(TS_ON, VLEVEL_M, "\n=====(2) Fport: %d\r\n", AppData.Port);
|
||||||
AppData.Port = LORAWAN_USER_APP_PORT;
|
AppData.Port = LORAWAN_USER_APP_PORT;
|
||||||
//AppData.Port = 106; //STS-P2
|
AppData.Port = 106; //STS-P2
|
||||||
#ifdef CAYENNE_LPP
|
#ifdef CAYENNE_LPP
|
||||||
CayenneLppReset();
|
CayenneLppReset();
|
||||||
CayenneLppAddBarometricPressure(channel++, sensor_data.pressure);
|
CayenneLppAddBarometricPressure(channel++, sensor_data.pressure);
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue