makeEspArduino icon indicating copy to clipboard operation
makeEspArduino copied to clipboard

allow specification of a OTA_HPORT

Open sp4rkie opened this issue 3 years ago • 0 comments

per default 'espota.py' selects a random value for 'host_port'. Making OTA impossible in firewalled environments when undetermined access from target to the development system is blocked.

To overcome this we have to use the '--host_port' option of 'espota.py' . This now is possible with this PR via the new 'OTA_HPORT' param.

sp4rkie avatar Aug 05 '22 13:08 sp4rkie