Skip to content

Commit 4518027

Browse files
committed
fixed compilation errors
1 parent a758551 commit 4518027

File tree

4 files changed

+18
-1161
lines changed

4 files changed

+18
-1161
lines changed

uCNC/src/hal/mcus/esp32/esp32_arduino.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ extern "C"
105105
bool mcu_custom_grbl_cmd(void *args)
106106
{
107107
grbl_cmd_args_t *cmd_params = (grbl_cmd_args_t *)args;
108-
uint8_t str[64];
109108
char arg[ARG_MAX_LEN];
110109
uint8_t has_arg = (cmd_params->next_char == '=');
111110
memset(arg, 0, sizeof(arg));
@@ -346,7 +345,6 @@ extern "C"
346345
#ifdef ENABLE_WIFI
347346
static uint32_t next_info = 30000;
348347
static bool connected = false;
349-
uint8_t str[64];
350348

351349
if (!wifi_settings.wifi_on)
352350
{
@@ -786,8 +784,6 @@ extern "C"
786784

787785
if (wifi_settings.wifi_on)
788786
{
789-
uint8_t str[64];
790-
791787
switch (wifi_settings.wifi_mode)
792788
{
793789
case 1:

0 commit comments

Comments
 (0)