manifest.json 525 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "AI-on-the-edge",
  3. "version": "$VERSION",
  4. "funding_url": "https://www.paypal.com/donate?hosted_button_id=8TRSVYNYKDSWL",
  5. "new_install_prompt_erase": false,
  6. "builds": [
  7. {
  8. "chipFamily": "ESP32",
  9. "parts": [
  10. {
  11. "path": "binary/bootloader.bin",
  12. "offset": 4096
  13. },
  14. {
  15. "path": "binary/partitions.bin",
  16. "offset": 32768
  17. },
  18. {
  19. "path": "binary/firmware.bin",
  20. "offset": 65536
  21. }
  22. ]
  23. }
  24. ]
  25. }