edit traefik.yml
entryPoints:
web:
address: ":80"
websecure:
address: ":443"
dot: # <- ADD THIS
address: ":853" # <- ADD THISedit traefik.yml
entryPoints:
web:
address: ":80"
websecure:
address: ":443"
dot: # <- ADD THIS
address: ":853" # <- ADD THIS| /* | |
| using software serial and GPIO 0 as recieve pin. | |
| PIN 6 (ATTINY13) is connected and transmitting a number. | |
| PIN 6 (ATTINY) --> GPIO ESP8266-01 | |
| When ESP-01 see's a new line the string is completed and printed to the Serial output of the arduino IDE. | |
| */ | |
| #include <SoftwareSerial.h> | |
| SoftwareSerial mySerial(0, 2); // RX, TX |