Don't send gcode requests twice

This commit is contained in:
suchmememanyskill
2024-02-20 22:40:00 +01:00
parent ff1c13602c
commit c9f8935310

View File

@@ -53,8 +53,6 @@ void send_gcode(bool wait, const char *gcode)
if (global_config.auth_configured)
client.addHeader("X-Api-Key", global_config.klipper_auth);
int httpCode = client.GET();
if (!wait)
{
client.setTimeout(1000);