Merge pull request #52 from jacobeva/main

Fix sideband not detecting RAK4631
This commit is contained in:
markqvist 2024-08-17 14:27:40 +02:00 committed by GitHub
commit 7716b1fde6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,7 @@ class SidebandService():
0x1a86: [0x5523, 0x7523, 0x55D4], # Qinheng
0x0483: [0x5740], # ST CDC
0x2E8A: [0x0005, 0x000A], # Raspberry Pi Pico
0x239A: [0x8029], # Adafruit (RAK4631)
}
def android_notification(self, title="", content="", ticker="", group=None, context_id=None):