First time posting here im trying to boot my ESP 01 for the first time after flashing an arduino sketch to control LED's over MQTT/WiFi but it never connects to the WiFi, i am using google mesh router wich has no option to toggle 5 GHZ or 2.4 GHz if that helps, Also here are the libraries included in the sketch
#include <ArduinoJson.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include "FastLED.h"
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
#include <ArduinoOTA.h>