-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
IPv6 firmware with TasmotaCompiler #383
Comments
Hi! I think that you need is to add some defines in "Custom parameters" text field as stated in the documentation: Something like that: #define PIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_HIGHER_BANDWIDTH
#define USE_IPV6 Give it a try. There is also possibility that |
Hi benzino77, thanks for your help! In "Custom parameters"
or
In the docs it is the same as in the first example. Or are you right? Where I can find the |
With
in "Custom parameters" it does not work. Only IPv4. |
So it looks like some changes needs to be done on |
I will keep an eye on TasmoCompiler. Maybe this function will come later. Unfortunately, I don't have the knowledge to program it. |
Don't expect IPv6 really working with Tasmota running on esp8266. |
Hello
how can I create an IPv6 firmware with TasmotaCompiler?
My chip is ESP8266. Thanks.
The text was updated successfully, but these errors were encountered: