Jotalz / apex_dma_kvm_pub

fork by chettoy
GNU General Public License v3.0
63 stars 20 forks source link

How to build an usable ESP client ? #44

Closed Harvey518 closed 1 month ago

Harvey518 commented 1 month ago

Hello, it looks like you've only show how to build an apex_dma,.How can I build an ESP client.exe? g++ with apex_dma/Client/main.cpp?

Looking forward to your reply ! Thank you very much! Have a good day

Jotalz commented 1 month ago

in apex_dma.cpp,static void EspLoop(),change esp_t = false; to esp_t = true; and then rebuild it.You should be able to enable the overlay feature in the tui settings.But, since I only have a single gpu,the overlay part has not been maintained, so it is likely that it will not work well.