gitextract_zidj1fbe/ ├── .gitignore ├── LICENSE ├── README.md ├── code/ │ ├── LORA_GPS_ESP32S2_DEEPSLEEP/ │ │ ├── .gitignore │ │ ├── include/ │ │ │ └── README │ │ ├── lib/ │ │ │ └── README │ │ ├── platformio.ini │ │ ├── src/ │ │ │ └── main.cpp │ │ └── test/ │ │ └── README │ └── LORA_GPS_ESP32S2_MQTT_GATEWAY/ │ ├── .gitignore │ ├── include/ │ │ └── README │ ├── lib/ │ │ └── README │ ├── platformio.ini │ ├── src/ │ │ └── main.cpp │ └── test/ │ └── README └── pcb/ ├── lora_esp32_gps.brd └── lora_esp32_gps.sch