pstolarz / OneWireNg

Arduino 1-wire service library. OneWire compatible. Dallas thermometers support.
BSD 2-Clause "Simplified" License
89 stars 20 forks source link

OneWireNg compatibility with WiFi.macAddress #65

Closed RobertitoConti closed 5 months ago

RobertitoConti commented 5 months ago

Hi, I'm using ESP32 with DS18B20 When I use OneWireNg.h this one modifies my WiFi.macAddress(). Coud You Know what Im dooing wrong ?

Thanks in advance, Roberto

pstolarz commented 5 months ago

I don't know what you are doing in your code but it's impossible the lib would change the MAC. It's completely unrelated to WiFi and networking. Maybe try to ask on some ESP forum.

uzi18 commented 5 months ago

@RobertitoConti maybe there is something wrong in your code, please show it.