Skip to content

Commit 601a1f4

Browse files
authored
Merge pull request witnessmenow#328 from jjjpolo/fix-typos-and-comments-style-format
Fixing typos and comments style format
2 parents 993f88c + 44b46ee commit 601a1f4

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

examples/ESP32/ChannelPost/ChannelPost.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
including ones from channels
44
55
Parts:
6-
ESP32 D1 Mini stlye Dev board* - http://s.click.aliexpress.com/e/C6ds4my
6+
ESP32 D1 Mini style Dev board* - http://s.click.aliexpress.com/e/C6ds4my
77
(or any ESP32 board)
88
99
= Affilate

examples/ESP32/ChatAction/ChatAction.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
that show bot action message
44
55
Parts:
6-
ESP32 D1 Mini stlye Dev board* - http://s.click.aliexpress.com/e/C6ds4my
6+
ESP32 D1 Mini style Dev board* - http://s.click.aliexpress.com/e/C6ds4my
77
(or any ESP32 board)
88
99
= Affilate

examples/ESP32/EchoBot/EchoBot.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with whatever message you send it.
44
55
Parts:
6-
ESP32 D1 Mini stlye Dev board* - http://s.click.aliexpress.com/e/C6ds4my
6+
ESP32 D1 Mini style Dev board* - http://s.click.aliexpress.com/e/C6ds4my
77
(or any ESP32 board)
88
99
= Affilate

examples/ESP32/FlashLED/FlashLED.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
onboard LED. The LED in this example is active low.
44
55
Parts:
6-
ESP32 D1 Mini stlye Dev board* - http://s.click.aliexpress.com/e/C6ds4my
6+
ESP32 D1 Mini style Dev board* - http://s.click.aliexpress.com/e/C6ds4my
77
(or any ESP32 board)
88
99
= Affilate

examples/ESP32/Location/Location.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************
2-
* An example of recieving location Data
2+
* An example of receiving location Data
33
*
44
*
55
* By Brian Lough

examples/ESP32/SendMessageFromEvent/SendMessageFromEvent.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
starts up
44
55
Parts:
6-
ESP32 D1 Mini stlye Dev board* - http://s.click.aliexpress.com/e/C6ds4my
6+
ESP32 D1 Mini style Dev board* - http://s.click.aliexpress.com/e/C6ds4my
77
(or any ESP32 board)
88
99
= Affilate

examples/ESP32/SendPhoto/ESP32-Cam/ESP32-Cam.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Note:
1111
- Make sure that you have either selected ESP32 Wrover Module,
1212
or another board which has PSRAM enabled
13-
- Choose "Huge App" partion scheme
13+
- Choose "Huge App" partition scheme
1414
1515
Some of the camera code comes from Rui Santos:
1616
https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/

examples/ESP32/SendPhoto/PhotoFromFileID/PhotoFromFileID.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from FileID.
44
55
Parts:
6-
ESP32 D1 Mini stlye Dev board* - http://s.click.aliexpress.com/e/C6ds4my
6+
ESP32 D1 Mini style Dev board* - http://s.click.aliexpress.com/e/C6ds4my
77
(or any ESP32 board)
88
99
= Affilate

examples/ESP32/SendPhoto/PhotoFromSD/PhotoFromSD.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from SD.
44
55
Parts:
6-
ESP32 D1 Mini stlye Dev board* - http://s.click.aliexpress.com/e/C6ds4my
6+
ESP32 D1 Mini style Dev board* - http://s.click.aliexpress.com/e/C6ds4my
77
(or any ESP32 board)
88
99
= Affilate

examples/ESP32/SendPhoto/PhotoFromSerial/PhotoFromSerial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from Serial.
44
55
Parts:
6-
ESP32 D1 Mini stlye Dev board* - http://s.click.aliexpress.com/e/C6ds4my
6+
ESP32 D1 Mini style Dev board* - http://s.click.aliexpress.com/e/C6ds4my
77
(or any ESP32 board)
88
99
= Affilate

0 commit comments

Comments
 (0)