You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully uploading the code with much difficulty, the hotspot mode does not turn on and even in serial monitor, nothing is displayed.
To compile the code, I have changed the .ipp files into .hpp. And of course uncommented the necessary lines in /config/general.h
After successfully uploading the code with much difficulty, the hotspot mode does not turn on and even in serial monitor, nothing is displayed.
To compile the code, I have changed the .ipp files into .hpp. And of course uncommented the necessary lines in /config/general.h
I added these libraries in the code in main.h:
#include "AsyncEventSource.h"
#include "AsyncJson.h"
#include "AsyncWebSocket.h"
#include "AsyncWebSynchronization.h"
#include "ESPAsyncWebServer.h"
#include "SPIFFSEditor.h"
#include "StringArray.h"
#include "WebAuthentication.h"
#include "WebHandlerImpl.h"
#include "WebResponseImpl.h"
#include "hlw8012.h"
#include "DebounceEvent.h"
#include "ESPAsyncUDP.h"
Thanks in advance.
The text was updated successfully, but these errors were encountered: