Luc

Results 328 comments of Luc

Only STA is supported currently : https://github.com/luc-github/ESP32SSDP/blob/master/src/ESP32SSDP.cpp#L156-L170 why using APSTA ?

if you need to test a new network you can scan network from AP mode by switching to APSTA of course once done you must switch back to AP when...

@JulioCRO any update / feedback ? Or can I close issue ?

I have added a version of WebUI for HP-GL plotter using ESP3D V3 the Positions status , the Jog Panel is now implemented : https://github.com/luc-github/ESP3D-WEBUI/tree/3.0/dist/Plotter/HP-GL The UI is also a...

@ithinkido any update on this ? I would like to know if I keep this topic open or cancel it There is no code yet on esp3d to actually support...

Hello in latest git / 3.0.0 alpha I cannot find the API equivalent API of ``` /** * @brief Compatible version of former tcpip_adapter API of esp_netif_get_sta_list */ esp_err_t tcpip_adapter_get_sta_list(const...

so you mean `esp_err_t esp_wifi_ap_get_sta_list_with_ip(const wifi_sta_list_t *wifi_sta_list, wifi_sta_mac_ip_list_t *wifi_sta_ip_mac_list);` I linked ? but I cannot find it in latest git, so it is may be a miss ?

the components on board 1.0/a are not present for a second fan The easiest solution is to power your extruder fan externly and to repurpose the pin of current fan...

there is not need to reset any more - just change from your current Configuration.h for 1.0a https://github.com/luc-github/Repetier-Firmware-4-Davinci/blob/master/src/ArduinoDUE/Repetier/Configuration.h#L26 And reflash

seems ok https://github.com/darkspr1te/MKSTFT_Marlin_Touch/issues/3#issuecomment-572149837