Publishs ambient information to mqtt server
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

launch.json 578B

12345678910111213141516
  1. {
  2. // Verwendet IntelliSense zum Ermitteln möglicher Attribute.
  3. // Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
  4. // Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
  5. "version": "0.2.0",
  6. "configurations": [
  7. {
  8. "name": "Python: Main File execution",
  9. "type": "python",
  10. "request": "launch",
  11. "program": "${workspaceFolder}/ambient_info.py",
  12. "console": "integratedTerminal",
  13. "justMyCode": true
  14. }
  15. ]
  16. }