Hi all,
Sorry for the build error. I have fixed it. Furthermore i have discovered and fixed a grave error that caused "decoration markup" on the the F8 response sendt when clicking on a CQ message in the list.?
I have pushed a new version on github.?
I am quite pleased with how it works. It helps me to save bandwidth.
Remember that two new sqlite indexes needs to be created:
CREATE INDEX gridIx ON logbook (exch_recv);
CREATE INDEX callIx ON logbook (callsign_recv);
I used "DB Browser for SQLite" on the pi to create the indexes on my existing sbitx.db.
It will probably work without the indexes but slower.?
The two create statements are included in the?create_db.sql file so they will run if the database is created a new.
Lars?