Advertisement
honey_the_codewitch

ESP-NOW init

Oct 27th, 2022
1,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. WiFi.mode(WIFI_STA);
  2. // broadcast the SSID
  3. configure_device_AP();
  4. Serial.print("MAC address: ");
  5. Serial.println(WiFi.softAPmacAddress());
  6. // now disconnect
  7. WiFi.disconnect();
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement