From 093d847606d5fa7d613417593b3201400ec8cd17 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 5 Nov 2023 06:19:27 +0200 Subject: Updated my current status with the project. Within two words: not great Changes to be committed: modified: LINKS.md modified: TODO.md modified: client_app_flutter/lib/main.dart new file: images/ESP32 Specs.png --- client_app_flutter/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client_app_flutter/lib/main.dart') diff --git a/client_app_flutter/lib/main.dart b/client_app_flutter/lib/main.dart index 5fd98b4..8502127 100644 --- a/client_app_flutter/lib/main.dart +++ b/client_app_flutter/lib/main.dart @@ -78,7 +78,7 @@ class _MyHomePageState extends State { // called again, and so nothing would appear to happen. _counter++; // final snapshot = await ref.child('temperature').get(); - final snapshot = database.ref().child('temperature').get(); + // final snapshot = database.ref().child('temperature').get(); // if (snapshot.exists) { // print(snapshot.value); // var _counter = snapshot.value; -- cgit v1.2.3