add MQTT and OTA update support #1
@ -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
|
||||
fmueller
commented
Would it be sufficient just to target the mDNS hostname that by default should be Would it be sufficient just to target the mDNS hostname that by default should be `led-marquee-sign.local`?
burned42
commented
IIRC that didn't work when we tried that. IIRC that didn't work when we tried that.
burned42
commented
Works when using just Works when using just `led-marquee-sign` :)
fmueller
commented
That is some odd behavior, but then again, if it works... mDNS is pretty standard with these IoT devices nowadays. For example, WLED also advertises a (user-configurable) hostname. Perhaps PlatformIO applies some magic here. That is some odd behavior, but then again, if it works... mDNS is pretty standard with these IoT devices nowadays. For example, [WLED](https://kno.wled.ge/) also advertises a (user-configurable) hostname. Perhaps PlatformIO applies some magic here.
|
||||
|
||||
# Serial1 (sign data) maps to D4 by default
|
||||
[env:d1_mini]
|
||||
|
Loading…
Reference in New Issue
Block a user
I presume with this change, flashing initially with USB is no longer an option? I.e., this needs to be commented? If so, I'd appreciate a short comment. It's been a really long time since I've used ArduinoOTA.
I honestly have no idea. I was happy when I got this working with the platform io thingy.