Please move if this is in the wrong section my thought process was its the arduino IDE, its my installation and its troubleshooting and without further a due.
I am trying to use an ESP8266 node MCU on the arduino IDE however after going into the preferences and inserting "https://dl.espressif.com/dl/package_esp32_index.json" among others and installing the relevant board manager download i am plagued with an error.
I want to connect to WiFi, thats works fine.
I want to create an access point, fine.
I want to make a porn website, not really but would work fine.
Now i want to put a file in the SPIFFS womfur and well "SPIFFS.h: No such file or directory" this also applies for "ESPAsyncWebServer.h" i can replicate this by creating a sketch with nothing but 2 includes to these two files inside of it and the FS.h file aswell.
I have tried reinstalling the arduino IDE (Microsoft app) i have tried dropping in different versions manually into the arduinos directory, i have tried hitting it, copying and pasting links to all JSON files i can find that look slightly like they may work and nope same issue.
Any of you technical masterminds mind telling me which particular gremlin is causing my issues? Thanks in advance.