attached the code to communicate with the other sketch.
There's an explanation at the top of the source file.
Any idea how can i run this skecth or any alternative for esp as access point and server?
/Users/hope/Documents/Arduino/libraries/SoftwareSerial/SoftwareSerial.cpp:41:27: fatal error: avr/interrupt.h: No such file or directory
#include <avr/interrupt.h>
^
compilation terminated.
Error compiling.
I have multiple IOT devices that start as access points on reset so that the user can configure the device (including SSID/PWD) without having to hardcode the info, and then connect to the home wifi once configured.