From ad4ee16f195b0da001a0acb5284d472f4d229467 Mon Sep 17 00:00:00 2001 From: Bernd Stellwag Date: Wed, 2 Oct 2024 17:53:47 +0200 Subject: [PATCH] use mdns hostname instead of fqdn --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 44248c5..9fff67a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,7 +14,7 @@ framework = arduino monitor_speed = 115200 upload_speed = 500000 upload_protocol = espota -upload_port = led-marquee-sign.fablab.local +upload_port = led-marquee-sign # Serial1 (sign data) maps to D4 by default [env:d1_mini]