From f631151debc95b5ef02f2aaf87c87bdf54c03476 Mon Sep 17 00:00:00 2001
From: Malaurie Bernard <mbernard@kinouby>
Date: Thu, 10 Aug 2023 10:53:42 +0200
Subject: [PATCH] Change oled display messages

---
 pousseseringue-arduino.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pousseseringue-arduino.cpp b/pousseseringue-arduino.cpp
index 9bd5e90..3703f12 100644
--- a/pousseseringue-arduino.cpp
+++ b/pousseseringue-arduino.cpp
@@ -348,6 +348,11 @@ void setup()
         Serial.printf("FS: could not be started\n");
     }
 
+    oled.printf("SSID %s\n", STASSID);
+    oled.printf("connect to http://%s\n", ssid);
+
+
+
     //Json 
 
     syringe_filled.read_Json();
-- 
GitLab