Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Aug 3, 2023
1 parent 4383527 commit 28f1bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install library
run: |
pio lib install \
pio lib -g install \
https://github.com/mobizt/ESP_SSLClient
pio lib install \
https://github.com/arduino-libraries/ArduinoMqttClient
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install library
run: |
pio lib install \
pio lib -g install \
https://github.com/mobizt/ESP_SSLClient
pio lib install \
https://github.com/arduino-libraries/ArduinoMqttClient
Expand Down
3 changes: 1 addition & 2 deletions examples/gsm/gsm.ino
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ void setup()
14 WCDMA Only
38 LTE Only
*/
String result;
result = modem.setNetworkMode(38);
modem.setNetworkMode(38);
if (modem.waitResponse(10000L) != 1)
{
DBG(" setNetworkMode faill");
Expand Down

0 comments on commit 28f1bce

Please sign in to comment.