CubeCell-Arduino
CubeCell-Arduino copied to clipboard
Fix typo "isDispayOn" -> "isDisplayOn"
Throughout LoRaWan_APP, "isDispayOn" is misspelled.
For code that wants to access this, we also have to misspell it. Consider fixing and aliasing?
#define isDisplayOn isDispayOn // Seriously. It's wrong all over LoRaWan_APP.