[Grbl_Esp32 Issue#66] Issue during compilation

未分类 bolang 3个月前 (10-14) 36次浏览

Issue #66 | 状态: 已关闭 | 作者: moromusa | 创建时间: 2018-12-05


Hello,
I am trying to upload the Web_UI, and I have an issue with the BTconfig.cpp during compilation. I tried with Arduino IDE versions 1.8.5, 1.8.6 and 1.8.7. Also with Partition Scheme by default, minimal and minimal SPIFFS (modified). Always with the same result.
I am probably making some mistake so help would be great. Thanks.

Here I copy the error message:

Arduino:1.8.7 (Windows 10), Tarjeta:”ESP32 Dev Module, Disabled, Minimal SPIFFS (Large APPS with OTA), QIO, 80MHz, 4MB (32Mb), 921600, None”

BTconfig.cpp:52:23: error: variable or field ‘mysppcb’ declared void

static void mysppcb(espsppcbeventt event, espsppcbparamt *param)

^

BTconfig.cpp:52:23: error: ‘espsppcbeventt’ was not declared in this scope

BTconfig.cpp:52:49: error: ‘espsppcbparamt’ was not declared in this scope

static void mysppcb(espsppcbeventt event, espsppcbparamt *param)

^

BTconfig.cpp:52:69: error: ‘param’ was not declared in this scope

static void mysppcb(espsppcbeventt event, espsppcbparamt *param)

variable or field ‘mysppcb’ declared void


评论 (3)

#1 – bdring 于 2018-12-05

You need to get the latest Arduino Core


#2 – bdring 于 2018-12-07

Did this solve the problem? I would like to close this issue.


#3 – moromusa 于 2018-12-07

Updated and working!
Thanks a lot


原始Issue: https://github.com/bdring/Grbl_Esp32/issues/66

喜欢 (0)