Search found 1 match
- Tue Feb 27, 2024 8:54 pm
- Forum: ESP32 Arduino
- Topic: ESP32 connect to mysql database
- Replies: 7
- Views: 30389
Re: ESP32 connect to mysql database
So my code didn't working? It don't even connect to the database? Why??? this is the code: #include <WiFi.h> #include <MySQL_Connection.h> #include <MySQL_Cursor.h> const int soilMoisturePin = 34; // Replace with your actual pin int soilMoistureValue; const char *ssid = "JANINA"; const char *passwor...