init, changed a few things for GEIGERnet-Server, added sounds for receiving RDS message

This commit is contained in:
Rainer 2026-02-12 12:41:24 +01:00
commit fe76810459
38 changed files with 1059 additions and 0 deletions

View file

@ -0,0 +1,7 @@
jumpdrive.ham_radio_compat = function(from, to)
local meta = minetest.get_meta(to)
ham_radio.delete_transmitter(from)
ham_radio.save_transmitter(to, meta)
end