Skip to content

add support for manually selecting ip and port for host side #1364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2016
Merged

add support for manually selecting ip and port for host side #1364

merged 1 commit into from
Jan 4, 2016

Conversation

mogorman
Copy link
Contributor

@mogorman mogorman commented Jan 4, 2016

my firewall wouldnt allow for the esp to talk to my pc. I added support for maually selecting host ip and port for espota.py code.

# Or to upload SPIFFS image:
# python espota.py -i <ESP_IP_address> -p <ESP_port> [-a password] -s -f <spiffs.bin>
# python espota.py -i <ESP_IP_address> -I <Host_interface> -p <ESP_port> -P <HOST_port> [-a password] -s -f <spiffs.bin>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be , because might imply something like eth0 or wlan0.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup you are right. fixed.

@mogorman mogorman changed the title add support for manually selecting interface and port for host side add support for manually selecting ip and port for host side Jan 4, 2016
igrr added a commit that referenced this pull request Jan 4, 2016
add support for manually selecting ip and port for host side
@igrr igrr merged commit c52e07a into esp8266:master Jan 4, 2016
@atrent
Copy link

atrent commented Dec 8, 2017

See also my proposal on #2480

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants