Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
449 B

  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "gdb",
  6. "request": "launch",
  7. "cwd": "${workspaceRoot}",
  8. "name": "PlatformIO Debugger",
  9. "target": "c:/Users/Josh/espdev/espurna/code/.pioenvs/nodemcu-lolin/firmware.elf",
  10. "gdbpath": "C:/Users/Josh/.platformio/penv/Scripts/piodebuggdb",
  11. "autorun": [ "source .pioinit" ]
  12. }
  13. ]
  14. }