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

Commit 84f6e82

Browse files
authored
Update examples SHT3x
1 parent 51905b7 commit 84f6e82

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/ESP32_GSM_SHT3x/ESP32_GSM_SHT3x.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ void setup()
145145
SerialMon.print(F("\nStart ESP32-WIFI-GSM_SHT3x using "));
146146
SerialMon.println(CurrentFileFS);
147147

148+
Sensor.Begin();
149+
148150
// Set-up modem reset, enable, power pins
149151
pinMode(MODEM_PWKEY, OUTPUT);
150152
pinMode(MODEM_RST, OUTPUT);

examples/ESP8266_GSM_SHT3x/ESP8266_GSM_SHT3x.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ void setup()
144144

145145
SerialMon.print(F("\nStart ESP8266-WIFI-GSM_SHT3x using "));
146146
SerialMon.println(CurrentFileFS);
147+
148+
Sensor.Begin();
147149

148150
// Set-up modem reset, enable, power pins
149151
pinMode(MODEM_PWKEY, OUTPUT);

0 commit comments

Comments
 (0)