We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69537ee commit c567d5aCopy full SHA for c567d5a
examples/Tools/TestGPRS/TestGPRS.ino
@@ -92,7 +92,7 @@ void loop() {
92
readSerial(proxy);
93
Serial.println(proxy);
94
95
- // if user introduced a proxy, asks him for proxy port
+ // if user introduced a proxy, asks them for proxy port
96
int pport;
97
if (proxy[0] != '\0') {
98
// read proxy port introduced by user
0 commit comments