MordFIdel/SOCORAD32

Two typos in firmware file.

Closed this issue · 5 comments

There are two typos in the firmware file (Arduino_Walkie_Talkie_V223.ino):

Line 1345: "AUDIO VOLUMN:" -> "AUDIO VOLUME:" (except "volumn" appearance as variable and comment)
Line 1366: "> waitting..." -> "> waiting..."

'volumn' is a variable and 'volume' is a comment. Is this contrary to your observation?

Your are right about the 'waitting.' But is just used as a string. So should pose no problem. I will correct that anyways.

Thank you so much!

It's indeed both not really a problem. Only some minor findings or suggestions.
I just wanted to point to the strings that are visible to users, especially as "volumn" is not a correct word. Which of course, as you mentioned doesn't matter for variables and comments.

Thank you so much!

Thank YOU for this great project ;)

fixed by this PR #8