Create a file in the same folder as this file with the name "Credentials.h" and add and change the following code to be able to connect to your Wi-Fi network:
```
#define UN "your-ssid-username"
#define PW "your-ssid-password"
```
[uquote="mitre",url="/forum/viewtopic.php?p=3887112#p3887112"]Create a file in the same folder as this file with the name "Credentials.h" and add and change the following code to be able to connect to your Wi-Fi network:
```
#define UN "your-ssid-username"
#define PW "your-ssid-password"
```
Вот не знаю как это сделать.
Пожалуйста, помогите мне[/uquote]
Нужно в файле Credentials.h вписать то, что написано выше. Где в кавычках указывается логин и пароль от WiFi.
[uquote="NStorm",url="/forum/viewtopic.php?p=3887668#p3887668"][uquote="mitre",url="/forum/viewtopic.php?p=3887112#p3887112"]Create a file in the same folder as this file with the name "Credentials.h" and add and change the following code to be able to connect to your Wi-Fi network:
```
#define UN "your-ssid-username"
#define PW "your-ssid-password"
```
Вот не знаю как это сделать.
Пожалуйста, помогите мне[/uquote]
Нужно в файле Credentials.h вписать то, что написано выше. Где в кавычках указывается логин и пароль от WiFi.[/uquote]
Так я и сделал,но теперь эта ошибка
'class RtcDS3231<TwoWire>' has no member named 'LastError'
Попробовать обновить библиотеку "Rtc by Makuna".
Скачать через менеджер библиотек, или вручную отсюда https://github.com/Makuna/Rtc
Потому что в последней версии этот метод у класса есть.