Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

esp32/ports/modnetwork.c: Implement network.WLAN.ifconfig('dhcp') #216

Closed
wants to merge 1 commit into from
Closed

esp32/ports/modnetwork.c: Implement network.WLAN.ifconfig('dhcp') #216

wants to merge 1 commit into from

Conversation

MrSurly
Copy link
Contributor

@MrSurly MrSurly commented Oct 31, 2017

To match other ports (CC3200)

Per discussion here: #187 (comment)

@nickzoic
Copy link
Collaborator

Should really be (self->if_id == WIFI_IF_STA || self->if_id == ESP_IF_ETH) since this function runs both!

@MrSurly
Copy link
Contributor Author

MrSurly commented Oct 31, 2017 via email

@nickzoic
Copy link
Collaborator

nickzoic commented Oct 31, 2017 via email

@MrSurly
Copy link
Contributor Author

MrSurly commented Oct 31, 2017

Updated for wired LAN, squashed, pushed.

@MrSurly
Copy link
Contributor Author

MrSurly commented Dec 13, 2017

Huh, looking at this, looks like I have a whole bunch of unrelated stuff in this commit.

@dpgeorge
Copy link
Member

dpgeorge commented Jun 5, 2018

Sorry I missed this, it looks like it's still relevant (the ifconfig("dhcp") part). @MrSurly should I pull this dhcp change into upstream master?

@MrSurly
Copy link
Contributor Author

MrSurly commented Jun 5, 2018

@dpgeorge Looks like you're right. Unfortunately, I had to ship my ethernet-enabled ESP32 unit to a client. I can certainly order a new PHY and test, but it might be a while. @nickzoic Do you have hardware?

@nickzoic
Copy link
Collaborator

nickzoic commented Jun 5, 2018 via email

@MrSurly
Copy link
Contributor Author

MrSurly commented Jun 10, 2018

I'm going to be on holiday until the 25th, so probably after that.

@MrSurly
Copy link
Contributor Author

MrSurly commented Jul 17, 2018

Working on this today.

@MrSurly
Copy link
Contributor Author

MrSurly commented Jul 17, 2018

Closing -- will make new PR in main repo.

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

Successfully merging this pull request may close these issues.

3 participants