Merge pull request #4248 from Cacodemon345/modem_emu

net_modem: TCP/IP support and Telnet emulation
This commit is contained in:
Miran Grča
2024-03-12 15:34:43 +01:00
committed by GitHub
8 changed files with 671 additions and 23 deletions

View File

@@ -223,7 +223,7 @@ endif()
if(WIN32)
target_sources(plat PRIVATE ../win/win_serial_passthrough.c ../win/win_netsocket.c)
else()
target_sources(plat PRIVATE ../unix/unix_serial_passthrough.c)
target_sources(plat PRIVATE ../unix/unix_serial_passthrough.c ../unix/unix_netsocket.c)
endif()
if (APPLE)