DaCeeej
DaCeeej
I've now defined pClient as global and I can run the program. I'm just getting a RSSI of 0. I think I should be able to troubleshoot this from here,...
So the RSSI value is a 0 if the client isn't connected or if the esp_err_t value is anything other than ESP_OK. From BLEClient.cpp: ``` int BLEClient::getRssi() { log_v(">> getRssi()");...
I've just made a repository that I'll link [here](https://github.com/DaCeeej/ESP32-Ghost_Hunt_Tools.git). The code I've uploaded is working for me, but I haven't really cleaned it up and I do get some random...