update docs/starting_methods.rst
This commit is contained in:
parent
0f654784d8
commit
d9fb1e5343
1 changed files with 2 additions and 4 deletions
|
|
@ -28,13 +28,11 @@ it may not be able to access the internet.
|
|||
Manual Ethernet
|
||||
---------------
|
||||
|
||||
Most of the time, the WiFi will be a preferred way of connecting to the network.
|
||||
Nevertheless it is also possible to use Ethernet instead of WiFi.
|
||||
The only difference in usage is related to configuring the ``socket_source`` differently.
|
||||
Ethernet can also be used to connect to the location network.
|
||||
|
||||
.. literalinclude:: ../examples/httpserver_simpletest_manual_ethernet.py
|
||||
:caption: examples/httpserver_simpletest_manual_ethernet.py
|
||||
:emphasize-lines: 7,10,12-24,37
|
||||
:emphasize-lines: 11-20
|
||||
:linenos:
|
||||
|
||||
Automatic WiFi using ``settings.toml``
|
||||
|
|
|
|||
Loading…
Reference in a new issue