makeEspArduino
makeEspArduino copied to clipboard
allow specification of a OTA_HPORT
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.