tjanson / WifiLocationLogger

Android application for logging Wifi signal strength by location
32 stars 10 forks source link

Support for Channel Logging + Maintenance #10

Closed MPW1412 closed 9 years ago

MPW1412 commented 9 years ago
tjanson commented 9 years ago

Can you clarify why 5 GHz will throw an Ex.?

MPW1412 commented 9 years ago

Yeah sorry, I used the wrong word, throw an IllegalArgumentException, not "thought".

It's in the new method I created, if the inputted frequency does not match the 2,4 spectrum, or if the function is called with any other int as parameter, an IllegalArgumentException will be thrown.

It's just for documentation and will not happen during standard usecase. I like to have some kind of feature documentation via the change log in git.

MPW1412 commented 9 years ago

Ah shit, never mind. Product of copy and paste. Sorry for confusing. Just change the git commit comment during merging process.