Search found 1 match
- Mon Feb 22, 2021 5:26 pm
- Forum: General Discussion
- Topic: Can't split String when using BlutoothSerial
- Replies: 0
- Views: 1140
Can't split String when using BlutoothSerial
I am using the BlutoothSerial library to connect and send data via my android app to ESP32. Till now i am able to connect and send some characters to the esp32 but when i try to split that data nothing happens. I am using the StringSplitter library to split data. I am able to use it with a String th...