Add support for NRF PPK2 power testing board.

This commit is contained in:
Kevin Hester
2024-06-23 18:42:15 -07:00
parent 5ff4025ed6
commit ea18057c1f
8 changed files with 137 additions and 47 deletions

2
.vscode/launch.json vendored
View File

@@ -172,7 +172,7 @@
"request": "launch",
"module": "meshtastic",
"justMyCode": false,
"args": ["--power-riden", "/dev/ttyUSB0", "--port", "/dev/ttyACM0", "--noproto", "--seriallog", "stdout"]
"args": ["--power-ppk", "--power-voltage", "3.3", "--port", "/dev/ttyACM0", "--noproto", "--seriallog", "stdout"]
},
{
"name": "meshtastic test",