Skip to content

Commit

Permalink
fixed compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Oct 24, 2024
1 parent a758551 commit 4518027
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1,161 deletions.
4 changes: 0 additions & 4 deletions uCNC/src/hal/mcus/esp32/esp32_arduino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ extern "C"
bool mcu_custom_grbl_cmd(void *args)
{
grbl_cmd_args_t *cmd_params = (grbl_cmd_args_t *)args;
uint8_t str[64];
char arg[ARG_MAX_LEN];
uint8_t has_arg = (cmd_params->next_char == '=');
memset(arg, 0, sizeof(arg));
Expand Down Expand Up @@ -346,7 +345,6 @@ extern "C"
#ifdef ENABLE_WIFI
static uint32_t next_info = 30000;
static bool connected = false;
uint8_t str[64];

if (!wifi_settings.wifi_on)
{
Expand Down Expand Up @@ -786,8 +784,6 @@ extern "C"

if (wifi_settings.wifi_on)
{
uint8_t str[64];

switch (wifi_settings.wifi_mode)
{
case 1:
Expand Down
Loading

0 comments on commit 4518027

Please sign in to comment.