Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type conversion issue with echo_command
With the the current definition of echo_command I cannot compile RCBugFix (Arduino IDE 1.8.1) with the error "invalid conversion from 'const char*' to 'char*'". This change resolves that.
- Loading branch information