hAP lite running v6.47.1. If I try and set the country to UK like this:

I get this error message but there is no box to specify antenna gain - which I’ve seen on other models:

hAP lite running v6.47.1. If I try and set the country to UK like this:

I get this error message but there is no box to specify antenna gain - which I’ve seen on other models:

Later… if I run this command, I can then set country to UK:
/interface wireless> set [find default-name=wlan1] antenna-gain=2
However, when I do /export of the entire config, there is no mention of antenna-gain - which is perplexing! As it’s certainly now there as I can do this:
/interface wireless> :put [/interface wireless get [find default-name="wlan1"] antenna-gain]
And it returns 2 as expected.
Try /interface wireless export verbose
When some setting is set to it’s default value it is not showed by “regular” export.
Antenna gain setting was hidden from winbox/webfig in one of the latest versions, for not to be (mis)used on devices with fixed antenna.
Ahh thanks - yes that shows antenna-gain. I wonder why it’s not exposed in the GUI anymore?