Arduino OTA with platformio.ini

Hi I can’t find how i define the Password in platformio.ini
IT works fine without password but I can’t figure out
the password option

upload_protocol = espota
upload_port = 192.168.1.49

I Got it
upload_flags = --auth=OTA Password

1 Like