Hi,
I've been working with the BLE Server example, uneventfully. The firmware is uploaded, is running, etc. After a while I close Arduino IDE and disconnect the USB cable.
When I connect the cable back, the example seems dead. It only starts when I launch the Arduino IDE.
The situation is mentioned here, but the discussion seems to me inconclusive.
It makes perfect sense that things like this
void setup() {
Serial.begin(115200);
Serial.println("Starting BLE work!");
...
should be thoroughly disabled in any release build. My current settings:
I'm not quite sure about the board, it's 38-pin FCC ID 2AC7Z-ESPWROOM32, I can't see the exact match.
What would be the right approach to my workflow?
