Skip to content

Commit 8dd9bad

Browse files
committed
dropbox
1 parent ff9aa61 commit 8dd9bad

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.pio/build/.DS_Store

6 KB
Binary file not shown.

.pio/build/esp12e/.DS_Store

6 KB
Binary file not shown.

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ IPAddress staticIP(192, 168, 68, 68); // Фіксована IP-адреса ES
99
IPAddress gateway(192, 168, 68, 1); // IP-адреса маршрутизатора (шлюз)
1010
IPAddress subnet(255, 255, 255, 0); // Маска підмережі
1111

12-
const char* host = "raw.githubusercontent.com"; // Хост GitHub
12+
const char* host = "ww.dropbox.com/"; // Хост GitHub
1313
const uint16_t port = 443; // Порт для HTTPS
14-
const char* uri = "/stigmat4j/maestro-programmer/main/.pio/build/esp12e/firmware.bin"; // Шлях до файлу прошивки
14+
const char* uri = "/scl/fi/eii4ouipu21lzyrggjyvl/firmware.bin?rlkey=y2hz3hnnk8qfhp4bc5wbqi0b6&st=234pxfu5&dl=0"; // Шлях до файлу прошивки
1515
const String currentVersion = "0.1"; // Поточна версія прошивки
1616

1717
// Функція для перевірки наявності оновлень і завантаження OTA

0 commit comments

Comments
 (0)