# HG changeset patch # User ideenmodellierer # Date 1771786603 -3600 # Node ID ad61a2c9095aae5ff1409a7af5658421202241af # Parent 734f84b72b309cac2e98bfa18969da9985f9f97e Forward profile sensor settings to RTE: The profile settings include the sensor map => forward the sensor map matching to the profile to the RTE. diff -r 734f84b72b30 -r ad61a2c9095a Discovery/Src/tMenuEditSystem.c --- a/Discovery/Src/tMenuEditSystem.c Fri Feb 20 17:26:46 2026 +0100 +++ b/Discovery/Src/tMenuEditSystem.c Sun Feb 22 19:56:43 2026 +0100 @@ -997,9 +997,11 @@ for(index = EF_PROFILE0; index <= EF_PROFILE3; index++) ext_flash_write_settings(index,0); } - if(profileActiveStart != settingsGetPointer()->activeProfile) + if(profileActiveStart != settingsGetPointer()->activeProfile) /* changes need to be done because of profile switch ?*/ { createDiveSettings(); + reset_ButtonLock(); + DataEX_setExtInterface_Cmd(EXT_INTERFACE_COPY_SENSORMAP, 0); } exitMenuEdit(1); }