We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I prefer to use IPv6 where possible. My ESP32-Faikin module supports it. Is it something that could be added to OpenEVSE?
Thanks,
nick.
The text was updated successfully, but these errors were encountered:
+1 to firmware support for v6 addressing. ESP-IDF has good v6 support already.
Sorry, something went wrong.
Hm, this might be the issue; ESP-IDF has IPv6 support but OpenEVSE is built on Arduino and I am not sure how good the IPv6 support is on that.
Although having checked, there is an enableIPv6() method! https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/src/WiFiSTA.h#L97
enableIPv6()
Looks like a whole lot of work was merged in January: espressif/arduino-esp32#9016
No branches or pull requests
Hello,
I prefer to use IPv6 where possible. My ESP32-Faikin module supports it.
Is it something that could be added to OpenEVSE?
Thanks,
nick.
The text was updated successfully, but these errors were encountered: