Merge branch 'v2.1.0-dev' into stage-calibration

This commit is contained in:
Richard Bowman 2020-03-25 16:36:41 +00:00
commit 8a2a2abbec
12 changed files with 170 additions and 81 deletions

View file

@ -14,3 +14,5 @@ except Exception as e:
logging.error(
f"Exception loading builtin extension picamera_autocalibrate: \n{traceback.format_exc()}"
)
from ..example_extensions.custom_element import customelement_extension_v2

View file

@ -241,6 +241,7 @@ def dynamic_form():
return {
"icon": "sd_storage",
"title": "Storage",
"viewPanel": "gallery",
"forms": [
{
"name": "Autostorage",