The frequency settings list is in /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua
The frequency settings I put in there came from their firmware - I didn't actually delete any of their settings that were in my file.
You can just edit that file if you want or:
If you want me to add more in that's easy enough to do for a next release.
To see what is in your AntS3 before the changes, look in /rom/usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua
If you paste a link to a pastebin copy of that I can add the extras that are in yours (but not in mine) into the next update I do.
The files that I change and are in the archive, you can see the original file just by adding /rom/ on the front of it
I've actually installed your version twice, so my archive doesn't have the old lua in it either XD I didn't think to look there for the old settings, so I tried installing some other forks to mess around with, but ended up just going back to yours. For now, I found a thread that has a handful of settings for frequencies higher than 250 (
https://bitcointalk.org/index.php?topic=750220.0) if you'd like to add some more to a future release like you mentioned. I have no idea how the OP found these settings though.
On a side note, I have a wifi antenna installed on my S3+, but I can't access the web interface unless I plug an ethernet in and access that IP instead. Same can be said for using my SSH and SCP utilites. However, when using the wifi, the unit still hashes fine and all that. What gives?
Edit:
I'm not sure how often it does this, but I just noticed that my device keeps killing and restarting cgminer with messages like these
[16007.520000] Out of memory: Kill process 2940 (cgminer) score 739 or sacrifice child
[16007.530000] Killed process 2940 (cgminer) total-vm:79728kB, anon-rss:47216kB, file-rss:0kB
[18355.490000] Out of memory: Kill process 3339 (cgminer) score 727 or sacrifice child
[18355.500000] Killed process 3339 (cgminer) total-vm:81048kB, anon-rss:46496kB, file-rss:0kB
[20708.550000] Out of memory: Kill process 3622 (cgminer) score 731 or sacrifice child
[20708.560000] Killed process 3622 (cgminer) total-vm:79252kB, anon-rss:46740kB, file-rss:0kB
[22970.180000] Out of memory: Kill process 3903 (cgminer) score 707 or sacrifice child
[22970.190000] Killed process 3903 (cgminer) total-vm:77776kB, anon-rss:45260kB, file-rss:4kB
Is there a memory leak or something?