Backported UDP API from Pro edition

This commit is contained in:
Thulinma 2019-09-09 13:31:20 +02:00
parent 4c3dfa829f
commit 309d39eab7
4 changed files with 40 additions and 0 deletions

View file

@ -157,3 +157,12 @@ static inline void show_stackframe(){}
#define SIMUL_TRACKS 20
#ifndef UDP_API_HOST
#define UDP_API_HOST "localhost"
#endif
#ifndef UDP_API_PORT
#define UDP_API_PORT 4242
#endif