Skip to content

Commit 36aee90

Browse files
authored
docs: Fix a few typos (#184)
There are small typos in: - Docs/linearled/README.md - README.md - myconfig.sample.h
1 parent 0ef997e commit 36aee90

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Docs/linearled/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ int main(int argc, char **argv) {
3838
}
3939
```
4040
41-
Adjust the width as necesscary and compile with:
41+
Adjust the width as necessary and compile with:
4242
4343
$ gcc linearled.c -o linearled -lm
4444

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ But expanded with:
1414
* Lots of minor fixes and tweaks, documentation etc.
1515

1616
And 'reduced' by removing the Face Recognition features
17-
* **If you want to try the Face Recognition features** please use the [`3.x` maintenance branch](https://github.com/easytarget/esp32-cam-webserver/tree/3.x), which still recieves bugfixes, but is not reciving any further development.
17+
* **If you want to try the Face Recognition features** please use the [`3.x` maintenance branch](https://github.com/easytarget/esp32-cam-webserver/tree/3.x), which still recieves bugfixes, but is not receiving any further development.
1818
* They were a demo, only worked in low resolution modes, did not preserve the face database between power cycles, and were of little use in real-world applications.
1919
* There are other (specialised) sketches for the ESP-CAM that do use face recognitioni more effectively, if this is your thing :-)
2020

@@ -43,7 +43,7 @@ https://randomnerdtutorials.com/esp32-cam-troubleshooting-guide/
4343

4444
### Known Issues
4545

46-
The ESP itself is susceptable to the usual list of WiFi problems, not helped by having small antennas, older designs, congested airwaves and demanding users. The majority of disconnects, stutters and other comms problems are simply due to 'WiFi issues'. The AI-THINKER camera module & esp32 combination is quite susceptable to power supply problems affecting both WiFi conctivity and Video quality; short cabling and decent power supplies are your friend here; also well cooled cases and, if you have the time, decoupling capacitors on the power lines.
46+
The ESP itself is susceptible to the usual list of WiFi problems, not helped by having small antennas, older designs, congested airwaves and demanding users. The majority of disconnects, stutters and other comms problems are simply due to 'WiFi issues'. The AI-THINKER camera module & esp32 combination is quite susceptible to power supply problems affecting both WiFi conctivity and Video quality; short cabling and decent power supplies are your friend here; also well cooled cases and, if you have the time, decoupling capacitors on the power lines.
4747

4848
A basic limitation of the sketch is that it can can only support one stream at a time. If you try to connect to a cam that is already streaming (or attempting to stream) you will get no response and, eventually, a timeout. The stream itself is a [MJPEG stream](https://en.wikipedia.org/wiki/Motion_JPEG), which relies on the client (the web browser) to hold the connection open and request each new frame in turn via javascript. This can cause errors when browsers run into Javascript or caching problem, fail to request new frames or refuse to close the connection.
4949
* You can check the `/dump` page of the cam to see if it currently reports the camera as streaming or not.
@@ -111,7 +111,7 @@ All of the face recognition code has been removed as of V4.0; this reduces the c
111111

112112
The compressed and binary encoded HTML used in the example has been unpacked to raw text, this makes it much easier to access and modify the Javascript and UI elements. Given the relatively small size of the index page there is very little benefit from compressing it.
113113

114-
The streamviewer, lamp control, and all the other new features have been added. I have tried to retain the basic structure of the original example,extending where necesscary.
114+
The streamviewer, lamp control, and all the other new features have been added. I have tried to retain the basic structure of the original example,extending where necessary.
115115

116116
The web UI has had changes to add the lamp control (only when enabled) and make the streamm window rotate and resize appropriately. I also made the 'Start Stream' and 'Snapshot' controls more prominent, and added feedback of the camera name + firmware.
117117

@@ -152,6 +152,6 @@ V4
152152
* For the Network setup I want to implement https://github.com/Hieromon/AutoConnect
153153
* UI Skinning/Theming
154154
* OSD
155-
* Temperature/humidity/pressure sensor suport (bme20,dht11)
156-
You can check the [enhancement list](https://github.com/easytarget/esp32-cam-webserver/issues?q=is%3Aissue+label%3Aenhancement) (past and present), and add any thoghts you may have there.
155+
* Temperature/humidity/pressure sensor support (bme20,dht11)
156+
You can check the [enhancement list](https://github.com/easytarget/esp32-cam-webserver/issues?q=is%3Aissue+label%3Aenhancement) (past and present), and add any thoughts you may have there.
157157

myconfig.sample.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ struct station stationList[] = {{"ssid1", "pass1", true},
2525
{"ssid2", "pass2", true},
2626
{"ssid3", "pass3", false}};
2727
28-
* Note the use of nested braces '{' and '}' to group each entry, and commas ',' to seperate them.
28+
* Note the use of nested braces '{' and '}' to group each entry, and commas ',' to separate them.
2929
*
3030
* The first entry (ssid1, above) in the stationList is special, if WIFI_AP_ENABLE has been uncommented (below)
3131
* it will be used for the AccessPoint ssid and password. See the comments there for more.
3232
*
3333
* The 'dhcp' setting controls whether the station uses DHCP or static IP settings; if in doubt leave 'true'
3434
*
35-
* You can also use a BSSID (eg: "2F:67:94:F5:BB:6A", a colon seperated mac address string) in place of
35+
* You can also use a BSSID (eg: "2F:67:94:F5:BB:6A", a colon separated mac address string) in place of
3636
* the ssid to force connections to specific networks even when the ssid's collide,
3737
*/
3838

@@ -55,7 +55,7 @@ struct station stationList[] = {{"ssid1", "pass1", true},
5555
* Note: The same settings will be applied to all client connections where the dhcp setting is 'false'
5656
* You must define all three: IP, Gateway and NetMask
5757
*/
58-
// warning - IP addresses must be seperated with commas (,) and not decimals (.)
58+
// warning - IP addresses must be separated with commas (,) and not decimals (.)
5959
// #define ST_IP 192,168,0,123
6060
// #define ST_GATEWAY 192,168,0,2
6161
// #define ST_NETMASK 255,255,255,0
@@ -83,7 +83,7 @@ struct station stationList[] = {{"ssid1", "pass1", true},
8383
* browser and other settings.
8484
*/
8585
// Optionally change the AccessPoint ip address (default = 192.168.4.1)
86-
// warning - IP addresses must be seperated with commas (,) and not decimals (.)
86+
// warning - IP addresses must be separated with commas (,) and not decimals (.)
8787
// #define AP_ADDRESS 192,168,4,1
8888

8989
// Uncomment this to force the AccessPoint channel number, default = 1

0 commit comments

Comments
 (0)