ESP32-basiertes Kraftort-Suchger�t mit GPS, LED-Ring und PlatformIO-Firmware.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

19 rindas
449B

  1. {
  2. "name": "Unity",
  3. "version": "2.6.1",
  4. "keywords": "unit-testing, testing, tdd, testing-framework",
  5. "description": "Simple Unit Testing for C",
  6. "homepage": "http://www.throwtheswitch.org/unity",
  7. "license": "MIT",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/ThrowTheSwitch/Unity.git"
  11. },
  12. "frameworks": "*",
  13. "platforms": "*",
  14. "headers": "unity.h",
  15. "build": {
  16. "extraScript": "platformio-build.py"
  17. }
  18. }