Skip to content

Commit

Permalink
New commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dj0abr committed Mar 15, 2019
1 parent 0c66b16 commit 382ce1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ void querySpots()
ret = SendRequestToServer(db_rxbuf,"REQU2");
if(ret == 1) makeSpotsJSONtableSpots(db_rxbuf,"SPOTS_JSONTX.txt");

// request WebWSPR stations
ret = SendRequestToServer(db_rxbuf,"REQU8");
if(ret == 1) makeStationsJSONtable(db_rxbuf);

// close the database
deb_printf("MYSQL","Spot update finished, CLOSE database and disconnect");
sendTypeToServer("CLOSE");
Expand Down

0 comments on commit 382ce1f

Please sign in to comment.