bsdinis1
bsdinis1
``` c:\Users\Admin\Documents\Arduino\libraries\ESP32_BLE_Keyboard\BleKeyboard.cpp: In member function 'void BleKeyboard::begin()': c:\Users\Admin\Documents\Arduino\libraries\ESP32_BLE_Keyboard\BleKeyboard.cpp:106:19: error: cannot convert 'std::string' {aka 'std::__cxx11::basic_string'} to 'String' 106 | BLEDevice::init(deviceName); | ^~~~~~~~~~ | | | std::string {aka std::__cxx11::basic_string} In file included...
this library sometimes makes my ESP32 bootloop when the USB cable is plugged in, it stops bootlooping as soon as I unplug the USB and then it works fine until...
I am using the following for the Top section: `[%album artist% - ][%date% - ][%album%][ '['$meta(DISCID)']'][ '['Disc %discnumber%/%totaldiscs%']'] | [%codec%]$if($info(hdcd),' HDCD') [%bitrate%]kbps $if($stricmp($info(encoding),lossless),[%__bitspersample%]bit,) $div(%samplerate%,1000)$replace($insert($right($div(%samplerate%,100),1),.,0),.0,)kHz` This piece of code `$if($info(hdcd),' HDCD')`...
` option 'mclk' is ambiguous and matches different versions of 'mclk' ` ``` devices=NVIDIA #mclk=810 algo=KASPA pool=stratum+ssl://kheavyhash.auto.nicehash.com:443 user=*****.3070 pass=x ```
I've reverse engineered a cheap [433MHz remote with 4 buttons and code copy](https://www.aliexpress.com/item/1005005058274708.html). I'm trying to understand how it works so that I can interface it with my own microcontroller....