LoRa Thing Plus - expLoRaBLE with Thing Plus Dual-Port Logging Shield

Didn’t find it previously, but after searching and reading other examples, found that to proper use the Explorable I2C have to change default Wire to Wire1. Still have to use Wire for the other Qwiic devices…

#define myWire1 Wire1  // Define which Wire port to use. Change this to Wire1 if you are using the Artemis Thing Plus or the expLoRaBLE
#define myWire Wire

Also to use the Dual Log Shield, the standard chipSelect had to be changed from A5 to 24 (again for Explorable differences)