Properly handle u8 pointers when assigning and comparing by mcspr · Pull Request #8818 · esp8266/Arduino

added 3 commits

January 19, 2023 01:36

@mcspr

@mcspr mcspr changed the title IPAddress u8 vs u32 fixes Properly handle u8 pointers when assigning and comparing

Jan 20, 2023

@mcspr mcspr deleted the ipaddr/u32-copy branch

January 20, 2023 09:31

s-hadinger added a commit to tasmota/arduino-esp32 that referenced this pull request

Nov 1, 2023

s-hadinger added a commit to tasmota/arduino-esp32 that referenced this pull request

Nov 1, 2023

Jason2866 added a commit to tasmota/arduino-esp32 that referenced this pull request

Nov 11, 2023
* IPv6 support
* remove WPA2 Enterprise
* fix include with newer IDF5.1
* rm `WiFiClientSecure`
* "--dont-append-digest"
* add C2
* rm BluetoothSerial
* safeboot in Tasmota project
* Apply IPAddress fixes from ESP8266
esp8266/Arduino#8818
* [ESP32-C2] Fix SPI bus number & reported flash speed/size

---------

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
Co-authored-by: TD-er <gijs.noorlander@gmail.com>

Jason2866 added a commit to tasmota/arduino-esp32 that referenced this pull request

Nov 21, 2023
* IPv6 support
* remove WPA2 Enterprise
* fix include with newer IDF5.1
* rm `WiFiClientSecure`
* "--dont-append-digest"
* rm BluetoothSerial
* safeboot in Tasmota project
* Apply IPAddress fixes from ESP8266
esp8266/Arduino#8818
* Revert "WiFiSTA - allow using DHCP again after disconnecting static IP (espressif#8848)" (#297)
* remove zigbee libs

---------

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
Co-authored-by: TD-er <gijs.noorlander@gmail.com>

Jason2866 added a commit to tasmota/arduino-esp32 that referenced this pull request

Nov 21, 2023
* IPv6 support
* remove WPA2 Enterprise
* fix include with newer IDF5.1
* rm `WiFiClientSecure`
* "--dont-append-digest"
* rm BluetoothSerial
* safeboot in Tasmota project
* Apply IPAddress fixes from ESP8266
esp8266/Arduino#8818
* Revert "WiFiSTA - allow using DHCP again after disconnecting static IP (espressif#8848)" (#297)
* remove zigbee libs

---------

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
Co-authored-by: TD-er <gijs.noorlander@gmail.com>

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request

Nov 18, 2024
* simplify ctors and operator=, use a common code paths instead of special handling here and there
* fix u8->u32 casts, copy before using u8 data
* do not use raw_address() internally