├── Insta_BLE.ino ├── README.md ├── debug.cfg ├── debug_custom.json ├── edited_esp_lib_files ├── BLEAdvertising.cpp ├── BLEAdvertising.h ├── BLEDescriptor.h ├── BLEDevice.cpp └── BLEDevice.h └── esp32.svd /Insta_BLE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchwalek/insta360_ble_esp32/HEAD/Insta_BLE.ino -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchwalek/insta360_ble_esp32/HEAD/README.md -------------------------------------------------------------------------------- /debug.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchwalek/insta360_ble_esp32/HEAD/debug.cfg -------------------------------------------------------------------------------- /debug_custom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchwalek/insta360_ble_esp32/HEAD/debug_custom.json -------------------------------------------------------------------------------- /edited_esp_lib_files/BLEAdvertising.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchwalek/insta360_ble_esp32/HEAD/edited_esp_lib_files/BLEAdvertising.cpp -------------------------------------------------------------------------------- /edited_esp_lib_files/BLEAdvertising.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchwalek/insta360_ble_esp32/HEAD/edited_esp_lib_files/BLEAdvertising.h -------------------------------------------------------------------------------- /edited_esp_lib_files/BLEDescriptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchwalek/insta360_ble_esp32/HEAD/edited_esp_lib_files/BLEDescriptor.h -------------------------------------------------------------------------------- /edited_esp_lib_files/BLEDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchwalek/insta360_ble_esp32/HEAD/edited_esp_lib_files/BLEDevice.cpp -------------------------------------------------------------------------------- /edited_esp_lib_files/BLEDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchwalek/insta360_ble_esp32/HEAD/edited_esp_lib_files/BLEDevice.h -------------------------------------------------------------------------------- /esp32.svd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchwalek/insta360_ble_esp32/HEAD/esp32.svd --------------------------------------------------------------------------------