Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ESP32-audioI2S
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ESP32-audioI2S
Commits
0506630b
Unverified
Commit
0506630b
authored
May 02, 2023
by
Wolle
Committed by
GitHub
May 02, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add files via upload
parent
c76331c6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
414 additions
and
0 deletions
+414
-0
examples/Better_WiFi_throughput/.vscode/c_cpp_properties.json
...ples/Better_WiFi_throughput/.vscode/c_cpp_properties.json
+360
-0
examples/Better_WiFi_throughput/.vscode/extensions.json
examples/Better_WiFi_throughput/.vscode/extensions.json
+10
-0
examples/Better_WiFi_throughput/.vscode/launch.json
examples/Better_WiFi_throughput/.vscode/launch.json
+44
-0
No files found.
examples/Better_WiFi_throughput/.vscode/c_cpp_properties.json
0 → 100644
View file @
0506630b
This diff is collapsed.
Click to expand it.
examples/Better_WiFi_throughput/.vscode/extensions.json
0 → 100644
View file @
0506630b
{
//
See
http://go.microsoft.com/fwlink/?LinkId=
827846
//
for
the
documentation
about
the
extensions.json
format
"recommendations"
:
[
"platformio.platformio-ide"
],
"unwantedRecommendations"
:
[
"ms-vscode.cpptools-extension-pack"
]
}
examples/Better_WiFi_throughput/.vscode/launch.json
0 → 100644
View file @
0506630b
//
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"
:
"/media/wolle/DRIVE-N-GO/platformio-workspace/Better_WiFi_throughput/.pio/build/esp32dev/firmware.elf"
,
"projectEnvName"
:
"esp32dev"
,
"toolchainBinDir"
:
"/home/wolle/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin"
,
"internalConsoleOptions"
:
"openOnSessionStart"
,
"preLaunchTask"
:
{
"type"
:
"PlatformIO"
,
"task"
:
"Pre-Debug"
}
},
{
"type"
:
"platformio-debug"
,
"request"
:
"launch"
,
"name"
:
"PIO Debug (skip Pre-Debug)"
,
"executable"
:
"/media/wolle/DRIVE-N-GO/platformio-workspace/Better_WiFi_throughput/.pio/build/esp32dev/firmware.elf"
,
"projectEnvName"
:
"esp32dev"
,
"toolchainBinDir"
:
"/home/wolle/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin"
,
"internalConsoleOptions"
:
"openOnSessionStart"
},
{
"type"
:
"platformio-debug"
,
"request"
:
"launch"
,
"name"
:
"PIO Debug (without uploading)"
,
"executable"
:
"/media/wolle/DRIVE-N-GO/platformio-workspace/Better_WiFi_throughput/.pio/build/esp32dev/firmware.elf"
,
"projectEnvName"
:
"esp32dev"
,
"toolchainBinDir"
:
"/home/wolle/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin"
,
"internalConsoleOptions"
:
"openOnSessionStart"
,
"loadMode"
:
"manual"
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment