rename the wifiscan directory

This commit is contained in:
Joe Tretter
2020-09-24 12:07:52 -05:00
commit ae466f2ccd
15 changed files with 1337 additions and 0 deletions

32
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,32 @@
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
// PIO Unified Debugger
//
// Documentation: https://docs.platformio.org/page/plus/debugging.html
// Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html
{
"version": "0.2.0",
"configurations": [
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "/home/pope/Documents/PlatformIO/Projects/200917-111138-espidf-arduino-wifiscan/.pio/build/esp32dev/firmware.elf",
"toolchainBinDir": "/home/pope/.platformio/packages/toolchain-xtensa32/bin",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
},
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "/home/pope/Documents/PlatformIO/Projects/200917-111138-espidf-arduino-wifiscan/.pio/build/esp32dev/firmware.elf",
"toolchainBinDir": "/home/pope/.platformio/packages/toolchain-xtensa32/bin",
"internalConsoleOptions": "openOnSessionStart"
}
]
}