ESP32
I am creating a weather station, everything works but ... after attaching the library for BT support ("BluetoothSerial.h") a conflict arises and support for writing weather data to SPIFFS memory stops working (similar to SD) - anyone had to deal with such a problem ?
#include "BluetoothSerial.h"
BluetoothSerial SerialBT;
and this crashes the whole project ? two lines and it gets messed up
.
.
.
I am creating a weather station, everything works but ... after attaching the library for BT support ("BluetoothSerial.h") a conflict arises and support for writing weather data to SPIFFS memory stops working (similar to SD) - anyone had to deal with such a problem ?
#include "BluetoothSerial.h"
BluetoothSerial SerialBT;
and this crashes the whole project ? two lines and it gets messed up


