It is this line of code thst makes it say increase
sc_wspeedmode_change_slttsD = function()
if MODEL.warning.driveralert.speed_limit() and wSpeedLimit_sltts and MODEL.warning.driveralert.speed_limit() > wSpeedLimit_sltts and MODEL.warning.driveralert.speed_limit() > MODEL.navigation.car.current_speed() and MODEL.lua.wSLTTSVoice_sltts1() and sc_wReadOutSpeedLimitSupported_slttsD() then
sc_wspeedlimitsayspeech_slttsD(sc_wGetSL_sayphase_slttsD(MODEL.warning.driveralert.speed_limit()))
end
wSpeedLimit_sltts = MODEL.warning.driveralert.speed_limit()
this is in the dimka skin file code
If the > is changed to < it makes it show the speed has lowerdd and displays that
i am looking to have both codes above and have < and >
Bookmarks