Closed fredolaredo closed 4 years ago
In this update, we have modified the names of some variables to make them more consistent with the style of Arduino.
Which example did you use?
it can be so easy. change this line in your code
bool KeepNet = false;
to
bool keepNet = false;
please delete your keys and ids in your source when you upload them.
many compilation errors probably due to the renaming actions in 0.0.5 version, but I'm no expert -> no problem on the same code when going back to 0.0.4
(edit : code was adapted to the new naming convention prior to build)