mvermand22

Results 6 comments of mvermand22

I have version v0.3.0 with this exact same issue. What do I need to do to fix it? In v0.3.0, BleKeyboard.cpp line 123 is "pSecurity->setAuthenticationMode(ESP_LE_AUTH_BOND);". I tried replacing with 'pSecurity->setAuthenticationMode(ESP_LE_AUTH_REQ_SC_MITM_BOND);'...

Hi prototypicalpro, thanks for the interesting ideas. I'll try to follow your ideas and hopefully improve the compile speed!

@joanroig works great for me!

Why isn't this included yet? Now the Ethernet sources won't compile on ESP8266 / ESP32 because of C:\Program Files (x86)\Arduino\libraries\Ethernet\src\Twitter.h:17:26: fatal error: avr/pgmspace.h: No such file or directory. If this...

Thanks a lot! I do have one issue with these files: somehow Cura will not put M104 code (nozzle temp) in the gcode file. When I use the ender3 v3...

This is what I've got so far: https://gist.github.com/mvermand22/18778bf1601e6c03f50a9cf72a3fd606 https://gist.github.com/mvermand22/4a81239b6037dcd73e3ed93d185feb63 sendReport does send ESP_ZB_ZCL_ATTR_THERMOSTAT_LOCAL_TEMPERATURE_ID, but ESP_ZB_ZCL_ATTR_THERMOSTAT_OCCUPIED_HEATING_SETPOINT_ID doesn't seem to be sent... strange. I also need to use address_mode = ESP_ZB_APS_ADDR_MODE_16_ENDP_PRESENT, else...