update naming

This commit is contained in:
MX 2022-11-03 00:53:28 +03:00
parent 677de32026
commit 0b1f573a72
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@ App(
appid="am2320_temp_sensor",
name="[AM2320] Temp. Sensor",
apptype=FlipperAppType.EXTERNAL,
entry_point="temperature_sensor_app",
cdefines=["APP_TEMPERATURE_SENSOR"],
entry_point="am_temperature_sensor_app",
cdefines=["APP_AM_TEMPERATURE_SENSOR"],
requires=[
"gui",
],

View file

@ -234,7 +234,7 @@ static void temperature_sensor_timer_callback(FuriMessageQueue* event_queue) {
// App entry point
int32_t temperature_sensor_app(void* p) {
int32_t am_temperature_sensor_app(void* p) {
UNUSED(p);
furi_hal_power_suppress_charge_enter();