Translations:Wi-Fi Old/21/en: различия между версиями

Материал из Wiren Board
(Новая страница: «For example, the controller is connected to a router with the ''192.168.0.1'' address via the ''wlan1'' interface. Then: # in <code>/root</code> folder create scr…»)
 
м (FuzzyBot переименовал страницу Translations:Wi-Fi/21/en в Translations:Wi-Fi Old/21/en без оставления перенаправления: Часть переводимой страницы Wi-Fi.)
 
(нет различий)

Текущая версия на 15:56, 23 октября 2023

Определение сообщения (Wi-Fi Old)
Допустим, контроллер подключён к роутеру с адресом ''192.168.0.1'' через интерфейс ''wlan1''. Тогда:
# Создайте в папке <code>/root</code> скрипт <code>wifi_autoconnect.sh</code> с содержанием: <syntaxhighlight lang="bash">
#!/bin/bash

For example, the controller is connected to a router with the 192.168.0.1 address via the wlan1 interface. Then:

  1. in /root folder create script wifi_autoconnect.sh as in the example below: <syntaxhighlight lang="bash">
  2. !/bin/bash