Skip to content

Commit f6b5c13

Browse files
committed
Minor typos
1 parent 0fd0cc9 commit f6b5c13

File tree

1 file changed

+2
-2
lines changed
  • content/posts/nb-iot-internet-connection-with-simcom-sim7070g-modem

1 file changed

+2
-2
lines changed

content/posts/nb-iot-internet-connection-with-simcom-sim7070g-modem/index.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The initial switching to the high level can be carried out as follows:
4040
echo "out" > /sys/class/gpio/gpio4/direction
4141
echo "0" > /sys/class/gpio/gpio4/value
4242

43-
_Reminder: "0" causes a low level on the NPN transistor and therefore an inverted "high" level on the modem!
43+
_Reminder: "0" causes a low level on the NPN transistor and therefore an inverted "high" level on the modem!_
4444

4545
This command sequence is packed into the file `/etc/rc.local` before the `exit 0` instruction and thus executed once after each boot. By default, the modem should start after it has been supplied with power.
4646

@@ -101,7 +101,7 @@ You can then start Minicom by entering
101101

102102
to check whether AT commands are accepted. This ensures that we are talking to the correct console. If an "OK" is returned, everything is OK and the modem is responding to our commands.
103103

104-
Minicom can be exited again via `STRG+A` and `X`.
104+
Minicom can be exited again via `CTRL+A` and `X`.
105105

106106

107107
## Switch to the Raspberry Pi's own serial interface

0 commit comments

Comments
 (0)