File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ def __init__(self, parent):
342
342
self .bin_file = parent .cbHackboxBin .currentData ().split (";" )[1 ]
343
343
self .nrBinFile .setUrl (QUrl (parent .cbHackboxBin .currentData ().split (";" )[0 ]))
344
344
self .bin_reply = parent .nam .get (self .nrBinFile )
345
- self .task .setText ("Downloading binary from http://sidweb.nl ..." )
345
+ self .task .setText ("Downloading binary from ota.tasmota.com ..." )
346
346
self .bin_reply .readyRead .connect (self .appendBinFile )
347
347
self .bin_reply .downloadProgress .connect (self .updateBinProgress )
348
348
self .bin_reply .finished .connect (self .saveBinFile )
@@ -438,10 +438,10 @@ def __init__(self):
438
438
self .settings = QSettings ("tasmotizer.cfg" , QSettings .IniFormat )
439
439
440
440
self .nam = QNetworkAccessManager ()
441
- self .nrRelease = QNetworkRequest (QUrl ("http://sidweb.nl /tasmota/release/release.php" ))
442
- self .nrDevelopment = QNetworkRequest (QUrl ("http://sidweb.nl /tasmota/development.php" ))
441
+ self .nrRelease = QNetworkRequest (QUrl ("http://ota.tasmota.com /tasmota/release/release.php" ))
442
+ self .nrDevelopment = QNetworkRequest (QUrl ("http://ota.tasmota.com /tasmota/development.php" ))
443
443
444
- self .setWindowTitle ("Tasmotizer 1.1b " )
444
+ self .setWindowTitle ("Tasmotizer 1.1c " )
445
445
self .setMinimumWidth (480 )
446
446
447
447
self .mode = 0 # BIN file
You can’t perform that action at this time.
0 commit comments