Skip to content

Commit

Permalink
Update ESP32_PHY_Ethernet.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Nov 16, 2024
1 parent ea9fc52 commit 2b6d97d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include <ETH.h>
#include <NewPingESP8266.h>

const char* host = "arduino.clanweb.eu"; //webhost
String url = "/studna_s_prekladom/data.php"; //URL address to target PHP file
const char* host = "arduino.clanweb.eu"; //host (server)
String url = "/studna_s_prekladom/data.php"; //URL address to to target PHP file

boolean eth_state = false;
#define pinTrigger 4 //CONNECT TO TRIGGER PIN OF ULTRASONIC SENSOR
Expand Down

0 comments on commit 2b6d97d

Please sign in to comment.