mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 18:27:15 +02:00
- Remove the execute bit from source and text files. - on-pages.sh script needs the execute bit to be set. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"name": "framework-arduinoespressif32",
|
|
"version": "0.0.0",
|
|
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
|
|
"keywords": [
|
|
"framework",
|
|
"arduino",
|
|
"espressif",
|
|
"esp32"
|
|
],
|
|
"license": "LGPL-2.1-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/espressif/arduino-esp32"
|
|
}
|
|
}
|