Hello,
I am trying to create Soft AP with B4R. But unfortunately it is not working with B4R.
While I am trying the same code with Arduino IDE and it is working fine.
The below code I am running at Arduino and working fine....
B4X:
#include <ESP8266WiFi.h>
void setup()
{
Serial.begin(115200)...