79117840

Date: 2024-10-23 12:18:38
Score: 1
Natty:
Report link

The problem is within your code you haven't mentioned the mode for wifi before initiating.

WiFi.softAP("ESP");

use this instead:

WiFi.mode(WIFI_AP);
WiFi.softAP("ESP", "password123");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: abdullah-1307