Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
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.
 
 
 
 
 
 

19 lines
476 B

  1. {
  2. "configurations": [
  3. {
  4. "name": "ARM",
  5. "compileCommands": "${workspaceRoot}/build/compile_commands.json",
  6. "intelliSenseMode": "clang-x64",
  7. "browse": {
  8. "path": [
  9. "${workspaceFolder}"
  10. ]
  11. },
  12. "cStandard": "c11",
  13. "cppStandard": "c++17",
  14. "configurationProvider": "ms-vscode.cmake-tools"
  15. }
  16. ],
  17. "version": 4
  18. }