Fixed Grammatical Errors and updated documentation.

This commit is contained in:
TitanDynamics
2025-03-20 19:14:47 -04:00
committed by Rune Harlyk
parent b113a30942
commit e0d3912d83
11 changed files with 47 additions and 55 deletions
+3 -3
View File
@@ -4,10 +4,10 @@
## Connecting to the network
If the wifi settings were configured using `esp32/factory_settings.ini` the robot will try to connect to the network.
If the Wi-Fi settings were configured using `esp32/factory_settings.ini`, the robot will try to connect to the network.
If it fails to connect, it will host a AP with a captive portal where it's possible to configure wifi settings.
If it fails to connect, it will host an AP with a captive portal where it's possible to configure Wi-Fi settings.
When the robot connect successfully the ip address will be printed to the serial monitor
When the robot connects successfully, the IP address will be printed to the serial monitor.
<!-- ## Calibrating servos -->