Forum Rule: Always post complete source code & details to reproduce any issue!
-
Is switching DHCP / static IP possible
Using NativeEthernet class for Teensy 4.1 I need to switch between DHCP and static IP during runtime. While starting the Teensy with DHCP by Ethernet.begin(mac) it is possible to switch to a static IP by just using Ethernet.setlocalip(ip). But is it somehow also possible to switch back to DHCP? Thanks for any help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules