Enter a product part number, or a portion of a part number.
How did we get the values 1000hPa, 33°C, 50% Humidity and 26 lux? As for temperature and light values, they are actually defined in line 405 & 406 of lora_app.c file.
As for pressure and humidity values, they are found inside the file sys_sensors.c which is under Applications/Core seen below. After opening sys_sensors.c, go to line 94 where the sensor function is defined as seen below. This is where sensor data can be defined and used. The default values set can be found in line 55 in the same sys_sensors.c file. *Note that temperature values are fetched from the inbuilt temperature sensor itself, therefore bypassing the default temperature value set in sys_sensors.c file.