I have a TTGO T Beam board v1.2 which is equipped with a GPS module. Is there any guidelines about how to add modules to the code
You can take a look here:
One gateway, many technologies: MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, beacons detection, mi flora / mi jia / LYWSD02/ Mi Scale compatibility, SMS & LORA.
And refer to this addition as an example:
1technophile:development
← diepeterpan:temt600-d1-final
opened 04:16AM - 18 Mar 23 UTC
## Description:
Added Temt6000 light sensor module using a d1 mini



## Checklist:
- [x] The pull request is done against the latest development branch
- [x] Only one feature/fix was added per PR and the code change compiles without warnings
- [x] I accept the [DCO](https://github.com/1technophile/OpenMQTTGateway/blob/development/docs/participate/development.md#developer-certificate-of-origin).
What is the use case of adding a GPS ?
I am working on a LORA location-tracking project and I want use the TTGO T-Beam board as a portable station that can be used to track other LORA end nodes. I know it’s not the best approach but it’s just for demonstration purposes in a graduation project.