If it helps. The output of http://router.asus.com/ajax_coretmp.asp from a RT-AX86U Pro running 388.2_2. Note: I do not have scMerlin installed however. Edit: attached text output as well.AFAICT, the list of affected routers includes the RT-AX88U, RT-AX86U & GT-AX6000, but they might be others (RT-AX86U Pro?). If I can get at least the requested file from those routers, it would help me make the fix.
Code:
curr_coreTmp_wl0_raw = "47°C"; curr_coreTmp_wl0 = (curr_coreTmp_wl0_raw.indexOf("disabled") > 0 ? 0 : curr_coreTmp_wl0_raw.replace("°C", "")); curr_coreTmp_wl1_raw = "53°C"; curr_coreTmp_wl1 = (curr_coreTmp_wl1_raw.indexOf("disabled") > 0 ? 0 : curr_coreTmp_wl1_raw.replace("°C", "")); curr_coreTmp_wl2_raw = "disabled"; curr_coreTmp_wl2 = (curr_coreTmp_wl2_raw.indexOf("disabled") > 0 ? 0 : curr_coreTmp_wl2_raw.replace("°C", "")); curr_coreTmp_wl3_raw = "disabled"; curr_coreTmp_wl3 = (curr_coreTmp_wl3_raw.indexOf("disabled") > 0 ? 0 : curr_coreTmp_wl3_raw.replace("°C", "")); curr_cpuTemp = "74.650"; fanctrl_info = "";