Version 1.6.202 : DIA0, DIA1 und DIA2 URL in Console anzeigen für Schleifen- und Isolationsmessung
This commit is contained in:
@@ -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)) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user