maybe I'm too dump, or I can't use google how I should,
but I can't find any possibilities how to communicate over wifi with my ESP
I have opened a tcp-server on port 80 and want to send tcp packages like
" echo "gpio.write(4, gpio.HIGH" > /dev/tcp/my-ip/80 "
to the ESP, but all I found is how to print it on the console, but that doesn't fix my issue, as you may see
hope there is a easy way to make it...
greetings,
Rabbit