Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
khoih-prog authored Jan 18, 2020
1 parent 2589ccf commit 5ba3dcd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/ESP32_GSM/ESP32_GSM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#define BLYNK_PRINT Serial
#define BLYNK_HEARTBEAT 60

/// Change this from 1 to 0 to test the functionality between Blynk only and BLynk with HTTPClientHandle that does not work ... ///
// TTGO T-Call pin definitions
#define MODEM_RST 5
#define MODEM_PWKEY 4
Expand Down
1 change: 0 additions & 1 deletion examples/ESP8266_GSM/ESP8266_GSM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#define BLYNK_PRINT Serial
#define BLYNK_HEARTBEAT 60

/// Change this from 1 to 0 to test the functionality between Blynk only and BLynk with HTTPClientHandle that does not work ... ///
// TTGO T-Call pin definitions
#define MODEM_RST 5
#define MODEM_PWKEY 4
Expand Down

0 comments on commit 5ba3dcd

Please sign in to comment.