From 14e2b41f6d4527d667924ef656e7c378cbdfcb09 Mon Sep 17 00:00:00 2001 From: Chris Fourie <8755037+No1089@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:07:46 +0200 Subject: [PATCH] Added BSOM and B5SOM elifs Added the Elifs to identify the BSOM and B5SOM. The devices are essentially Borons minus the power components and minor pin changes, thus the code should function without issue. --- src/ThingSpeak.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ThingSpeak.h b/src/ThingSpeak.h index 693af0c..0df4afa 100644 --- a/src/ThingSpeak.h +++ b/src/ThingSpeak.h @@ -38,6 +38,10 @@ #elif PLATFORM_ID == 13 #define PARTICLE_BORON #define PARTICLE_PHOTONELECTRON + #elif PLATFORM_ID == 23 + #define PARTICLE_BSOM + #elif PLATFORM_ID == 25 + #define PARTICLE_B5SOM #elif PLATFORM_ID == 14 #error TCP connection are not supported on mesh nodes (Xenon), only mesh gateways (Argon, Boron) #else