Mark Bratcher
Mark Bratcher
I'm using an ESP32-DevKitC-32E platform. My core code is as follows: ```c++ class TemperatureCallback: public BLECharacteristicCallbacks { void onRead(BLECharacteristic *pCharacteristic) { uint16_t value; // Code goes here that obtains the...
### Summary All other programs under Linux seem to understand that if I copy text from one application or window, I can paste it in another with a simple mouse...
I simply cannot get rid of the myriad of GUI C++ errors in many of my project files. The project compiles fine, so the flagged issues are falsely claimed problems....