You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If serial.end() is called the following error is produced.
Appeared in commit e255f25
.pioenvs/nodemcu2/libFrameworkArduino.a(uart.o):(.text.uart_uninit+0x0): undefined reference to `os_free'
.pioenvs/nodemcu2/libFrameworkArduino.a(uart.o): In function `uart_uninit':
uart.c:(.text.uart_uninit+0x37): undefined reference to `os_free'
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
If serial.end() is called the following error is produced.
Appeared in commit e255f25
The text was updated successfully, but these errors were encountered: