mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-28 04:15:53 +00:00
Move autoconf repository to ota.tasmota.com (#24745)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user