diff --git a/.pio/build/esp32/idedata.json b/.pio/build/esp32/idedata.json deleted file mode 100644 index 4cf280a..0000000 --- a/.pio/build/esp32/idedata.json +++ /dev/null @@ -1 +0,0 @@ -{"env_name": "esp32", "libsource_dirs": ["/home/sethp/git/ppk_bt/lib", "/home/sethp/git/ppk_bt/.pio/libdeps/esp32", "/home/sethp/.platformio/lib"], "defines": ["ESP32", "ESP_PLATFORM", "F_CPU=240000000L", "HAVE_CONFIG_H", "MBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"", "PLATFORMIO=60104", "ARDUINO_ESP32_DEV"], "includes": {"build": ["/home/sethp/git/ppk_bt/include", "/home/sethp/git/ppk_bt/src", "/home/sethp/git/ppk_bt/src"], "compatlib": [], "toolchain": ["/home/sethp/.platformio/packages/toolchain-xtensa-esp32/xtensa-esp32-elf/include/c++/8.4.0", "/home/sethp/.platformio/packages/toolchain-xtensa-esp32/xtensa-esp32-elf/include/c++/8.4.0/xtensa-esp32-elf", "/home/sethp/.platformio/packages/toolchain-xtensa-esp32/lib/gcc/xtensa-esp32-elf/8.4.0/include", "/home/sethp/.platformio/packages/toolchain-xtensa-esp32/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed", "/home/sethp/.platformio/packages/toolchain-xtensa-esp32/xtensa-esp32-elf/include"]}, "cc_flags": "-std=gnu99 -Os -Wall -nostdlib -Wpointer-arith -Wno-error=unused-but-set-variable -Wno-error=unused-variable -mlongcalls -ffunction-sections -fdata-sections -fstrict-volatile-bitfields", "cxx_flags": "-fno-rtti -fno-exceptions -std=gnu++11 -Os -Wall -nostdlib -Wpointer-arith -Wno-error=unused-but-set-variable -Wno-error=unused-variable -mlongcalls -ffunction-sections -fdata-sections -fstrict-volatile-bitfields", "cc_path": "/home/sethp/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gcc", "cxx_path": "/home/sethp/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-g++", "gdb_path": "/home/sethp/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gdb", "prog_path": "/home/sethp/git/ppk_bt/.pio/build/esp32/firmware.elf", "svd_path": null, "compiler_type": "gcc", "targets": [{"name": "buildfs", "title": "Build Filesystem Image", "description": null, "group": "Platform"}, {"name": "size", "title": "Program Size", "description": "Calculate program size", "group": "Platform"}, {"name": "upload", "title": "Upload", "description": null, "group": "Platform"}, {"name": "uploadfs", "title": "Upload Filesystem Image", "description": null, "group": "Platform"}, {"name": "uploadfsota", "title": "Upload Filesystem Image OTA", "description": null, "group": "Platform"}, {"name": "erase", "title": "Erase Flash", "description": null, "group": "Platform"}], "extra": {"flash_images": []}} \ No newline at end of file diff --git a/.pio/build/project.checksum b/.pio/build/project.checksum index 98ecb8a..fe55f7c 100644 --- a/.pio/build/project.checksum +++ b/.pio/build/project.checksum @@ -1 +1 @@ -6c90a4eab20f225198aa50cca7f1265b450132cc \ No newline at end of file +82b9f8aaa58aa6491c6064e514b8151d88ade40b \ No newline at end of file diff --git a/src/ppk_ble.ino b/src/main.cpp similarity index 100% rename from src/ppk_ble.ino rename to src/main.cpp