I have the Piaware SD card image 3.8.0 and wanted to change my circles to different values.
This is my line in config.js…
SiteCirclesDistances = new Array(40,80,120,160,200);
But it does not change, the circles are the default values 100,150 and 200.
I changed this on a Pi 2B and a Pi 3B and it worked just fine. I don’t think I have changed anything else in the file. I shutdown the Pi and restarted but it does not change. When I changed the other 2 units the changes worked without a reboot.
Any other files I need to check?
Mark