Skip to content

Commit

Permalink
Update BlynkGOv3.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BlynkGO committed Oct 1, 2023
1 parent 67acfb4 commit 5ca4a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BlynkGOv3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@ void BlynkGOv3::begin(uint64_t blynkgo_key){
#if defined(BEENEXT)
BeeNeXT.begin(&Serial);
BeeNeXT.enable(false);
#endif

#if defined(BEENEXT) || BLYNKGO_USE_BEENEXT
BeeNeXT.heartbeat(false);
#endif

Expand Down

0 comments on commit 5ca4a67

Please sign in to comment.