From c30f915ef89382e41825a1a9da400d0a33415af8 Mon Sep 17 00:00:00 2001 From: TrystanLea Date: Thu, 1 Feb 2024 14:18:45 +0000 Subject: [PATCH] default to emonlibdb --- Modules/admin/Views/serial_config_view.php | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/admin/Views/serial_config_view.php b/Modules/admin/Views/serial_config_view.php index a0585eb7f..f1e8b5146 100644 --- a/Modules/admin/Views/serial_config_view.php +++ b/Modules/admin/Views/serial_config_view.php @@ -129,7 +129,7 @@ group: '', vcal: '', radio_enabled: 1, - calibration_type: "emonlibcm", + calibration_type: "emonlibdb", channels: [ {enabled:1, ical:20, ilead: '', name:"P1", value:''}, {enabled:1, ical:20, ilead: '', name:"P2", value:''}, diff --git a/version.json b/version.json index 4ee71ba33..407269760 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "name" : "Emoncms Core", - "version" : "11.4.7", + "version" : "11.4.8", "location" : "/var/www", "branches_available": ["stable","master"] }