Move autoconf repository to ota.tasmota.com (#24745)

This commit is contained in:
s-hadinger
2026-05-15 18:42:28 +02:00
committed by GitHub
parent 87107b7950
commit 5c550752c6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
- Berry `format()` now uses internal `ext_snprintf_P()` for floating point formatting (#24725)
- ESP8266 wrap printf and replace with stubs reducing flash size by 6k (#24714)
- LVGL splash screen uses default Montserrat-14 instead of Montserrat-20 on small screens (#24735)
- Move autoconf repository to `ota.tasmota.com`
### Fixed
- NeoPool possible overflow/div-zero errors and Hydrolysis module detection (#24724)
@@ -90,7 +90,7 @@ autoconf_module.init = def (m)
def load_templates()
import json
try
var url = format("https://raw.githubusercontent.com/tasmota/autoconf/main/%s_manifest.json", tasmota.arch())
var url = format("https://ota.tasmota.com/autoconf/%s_manifest.json", tasmota.arch())
tasmota.log(format("CFG: loading '%s'", url), 3)
# load the template
var cl = webclient()