From ef98c3d7b297cff5eed1099a6a7707fd18a77736 Mon Sep 17 00:00:00 2001 From: CARNEIRO--GILLET Alexandre <alexandre.carneiro-gillet@imt-atlantique.net> Date: Tue, 1 Apr 2025 09:24:28 +0200 Subject: [PATCH] =?UTF-8?q?vir=C3=A9=20le=20display=20dans=20LoRaReceiver?= =?UTF-8?q?=20et=20Sender=20suite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GW-custom/uPyLoRaWAN/examples/LoRaReceiver.py | 2 +- GW-custom/uPyLoRaWAN/examples/LoRaSender.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GW-custom/uPyLoRaWAN/examples/LoRaReceiver.py b/GW-custom/uPyLoRaWAN/examples/LoRaReceiver.py index 95e6eb0..be2dd66 100644 --- a/GW-custom/uPyLoRaWAN/examples/LoRaReceiver.py +++ b/GW-custom/uPyLoRaWAN/examples/LoRaReceiver.py @@ -1,4 +1,4 @@ -from uPySensors.ssd1306_i2c import Display +# from uPySensors.ssd1306_i2c import Display def receive(lora): diff --git a/GW-custom/uPyLoRaWAN/examples/LoRaSender.py b/GW-custom/uPyLoRaWAN/examples/LoRaSender.py index 8ce9301..940bbfa 100644 --- a/GW-custom/uPyLoRaWAN/examples/LoRaSender.py +++ b/GW-custom/uPyLoRaWAN/examples/LoRaSender.py @@ -1,6 +1,6 @@ from time import sleep -from uPySensors.ssd1306_i2c import Display +# from uPySensors.ssd1306_i2c import Display def send(lora): -- GitLab