Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/rtl-sdr/commit/d0534878f3678dae47367ee4c5eaf59ce06a9456 You should set ROOT_URL correctly, otherwise the web may not work correctly.

rtl_adsb: windows fix

master
Hoernchen 13 years ago
parent aa60c2aaed
commit d0534878f3
  1. 1
      src/rtl_adsb.c

@ -45,6 +45,7 @@
#ifdef _WIN32
#define sleep Sleep
#define round(x) (x > 0.0 ? floor(x + 0.5): ceil(x - 0.5))
#endif
#define ADSB_RATE 2000000

Loading…
Cancel
Save