LattePandaTeam / LattePanda-Development-Support

43 stars 81 forks source link

Possible Typo in Arduino.cs #17

Open zizwiz opened 3 years ago

zizwiz commented 3 years ago

In the file there is the word DataReveive not sure what that means but maybe a typo or maybe intentional. I changed my copy to be DataReceive which is more meaningful when I use it in C#. Today I know that DataReveive = the incoming data, tomorrow I may remember but next month I will have forgotten and maintenance of teh c# code will take time to relearn what it means. I changed it and it does not seem to clash with anything else. Search the file for DataReveive to find all the instances.