Hi all,
I have a simple script that does frequnecny autotuning in the morning and then fixes it (we don’t wnat any changes in frequency during the working hours). After upgrading from 6.29.1 to 6.30, this command no longer works:
:local oldFrequency;
/interface wireless monitor wlan1 once do={:set oldFrequency $frequency};
:log info "Frequency was set from $oldFrequency";
I have even tried upgrading to 6.30.1, but no changes. I have seen the new variable channel, but the output cant be used in this command:
/interface wireless set wlan1 frequency=$currentFrequency;
Thanks