Skip to content

Commit

Permalink
Update BlynkGOv3.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BlynkGO committed Jan 26, 2024
1 parent 91c7982 commit 8271e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BlynkGOv3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@ void BlynkGOv3::begin(uint64_t blynkgo_key){
if( this->flashMem_exists("BLYNKGO_VER")) {
String _blynkgo_version = this->flashMem_String("BLYNKGO_VER");
// Serial.print("found BLYNKGO_VER : ");
Serial.println(_blynkgo_version);
// Serial.println(_blynkgo_version);
// Serial.print("cur verson : ");
Serial.println(BLYNKGO_VERSION_TEXT);
// Serial.println(BLYNKGO_VERSION_TEXT);
if(_blynkgo_version != BLYNKGO_VERSION_TEXT) {
this->touch_calibrate();
this->flashMem_erase("BLYNKGO_VER");
Expand Down

0 comments on commit 8271e71

Please sign in to comment.