Open dkozel opened 7 years ago
The serial reading and band selection are easy candidates for refactoring. Band selection should use a lookup table rather than the long switch statement. This would simplify the code and make the main loop easier to read.
The serial reading and band selection are easy candidates for refactoring. Band selection should use a lookup table rather than the long switch statement. This would simplify the code and make the main loop easier to read.