From d21bbdefef72c3084514c2e741809e8a8f6e1f24 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 14 Nov 2016 11:01:54 +0100 Subject: [PATCH] Rename to ttnmapper --- python/{jpmeijers.py => ttnmapper.py} | 2 ++ 1 file changed, 2 insertions(+) rename python/{jpmeijers.py => ttnmapper.py} (96%) diff --git a/python/jpmeijers.py b/python/ttnmapper.py similarity index 96% rename from python/jpmeijers.py rename to python/ttnmapper.py index bc66946..406723f 100644 --- a/python/jpmeijers.py +++ b/python/ttnmapper.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# Decoding provided by JP Meijers - http://jpmeijers.com/ + # Send lora packet to node-red when being triggered by postgresql # Nico Schottelius # 2016-11-02