serial_port
serial_port copied to clipboard
gdextension file
The generated gdextension seems to have two Major bugs.
- its missing "compatibility_minimum" key (Godot throws errors if not set).
- the "entry_symbol" key value is wrong, it generated a mismatched func name "serial_port_library_init" but in the source file the func is labeled "serialport_lib_init".
I am hitting the same issue on a linux build (ubuntu 22.04).