diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-05 06:19:27 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-05 06:19:27 +0200 |
commit | 093d847606d5fa7d613417593b3201400ec8cd17 (patch) | |
tree | 943821e50f27b4e858692f3cbbc9f842bbbe0726 /client_app_flutter/lib | |
parent | 116a9a349e11e059eaeddea88cd29d585bb9bfa0 (diff) |
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
Diffstat (limited to 'client_app_flutter/lib')
-rw-r--r-- | client_app_flutter/lib/main.dart | 2 |
1 files changed, 1 insertions, 1 deletions
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<MyHomePage> { // 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; |