Skip to content

Commit ec049e8

Browse files
Merge pull request #75 from arduino/benjamindannegard/gsm-library-fix-catm1
benjamindannegard/Cat m1 Small clarification
2 parents 36e9643 + 1cd1535 commit ec049e8

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet

1 file changed

+1
-1
lines changed

content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ After finishing this setup compile and upload the program. If everything went fi
7878

7979
### API
8080

81-
To get familiar with the commands, you can have a look at the [MKR GSM library](https://www.arduino.cc/en/Reference/GSM) which uses the same API.
81+
To get familiar with the commands, you can have a look at the [GSM library](https://www.arduino.cc/en/Reference/GSM) which uses the same API.
8282

8383
This library contains some commands that are quite different, that's because it is using mbed APIs. In this case it uses the NetworkInterface, CellularContext and CellularDevice classes. For more information about their API visit [https://os.mbed.com/docs/mbed-os/v6.14/apis/network-interface-apis.html](https://os.mbed.com/docs/mbed-os/v6.14/apis/network-interface-apis.html).
8484

0 commit comments

Comments
 (0)