minor improve

This commit is contained in:
Yunhorn 2024-09-12 21:03:38 +08:00
parent 229302895d
commit 6e6de327d5
4 changed files with 1 additions and 1 deletions

View File

@ -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, "\n=====(2) Fport: %d\r\n", AppData.Port);
AppData.Port = LORAWAN_USER_APP_PORT;
//AppData.Port = 106; //STS-P2
AppData.Port = 106; //STS-P2
#ifdef CAYENNE_LPP
CayenneLppReset();
CayenneLppAddBarometricPressure(channel++, sensor_data.pressure);