Both Web Builder and Arduino IDE these settings fail to compile.
{"driver":"iMXRT1062","URL":"https://github.com/grblHAL/iMXRT1062","board":"BOARD_T41U5XBB",
"symbols":["USB_SERIAL_CDC=1","N_AXIS=5","SDCARD_ENABLE=1",
"BLUETOOTH_ENABLE=2","WEBUI_ENABLE=3","ETHERNET_ENABLE=1","TELNET_ENABLE=1","WEBSOCKET_ENABLE=1",
"FTP_ENABLE=1","HTTP_ENABLE=1","MDNS_ENABLE=1","ESTOP_ENABLE=0","SPINDLE0_ENABLE=11","N_SPINDLE=1"],"docker_instance":"","grblHAL":"webBuilder"}
BLUETOOTH_ENABLE=2 and driver.h gives an error if all options for UART >1 here
If this error above is bypassed I hc_05.c give this error and no STATE pin gets assigned. I have used this board map before with bluetooth and pin 34 or 35 gets assigned.
Thank you!
Both Web Builder and Arduino IDE these settings fail to compile.
{"driver":"iMXRT1062","URL":"https://github.com/grblHAL/iMXRT1062","board":"BOARD_T41U5XBB",
"symbols":["USB_SERIAL_CDC=1","N_AXIS=5","SDCARD_ENABLE=1",
"BLUETOOTH_ENABLE=2","WEBUI_ENABLE=3","ETHERNET_ENABLE=1","TELNET_ENABLE=1","WEBSOCKET_ENABLE=1",
"FTP_ENABLE=1","HTTP_ENABLE=1","MDNS_ENABLE=1","ESTOP_ENABLE=0","SPINDLE0_ENABLE=11","N_SPINDLE=1"],"docker_instance":"","grblHAL":"webBuilder"}
BLUETOOTH_ENABLE=2 and driver.h gives an error if all options for UART >1 here
If this error above is bypassed I hc_05.c give this error and no STATE pin gets assigned. I have used this board map before with bluetooth and pin 34 or 35 gets assigned.
Thank you!