Version 1.6.202 : DIA0, DIA1 und DIA2 URL in Console anzeigen für Schleifen- und Isolationsmessung

This commit is contained in:
ISA
2025-04-02 09:40:20 +02:00
parent 9de6ac10c4
commit e6517f77ca
2 changed files with 2 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ const LoopChartActionBar: React.FC = () => {
if (!response.ok) throw new Error(`Fehler: ${response.status}`);
const jsonData = await response.json();
console.log("✅ API URL ", apiUrl);
console.log("✅ Daten erfolgreich geladen:", jsonData);
if (Array.isArray(jsonData)) {

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.201";
const webVersion = "1.6.202";
export default webVersion;