Skip to content

Commit

Permalink
Merge pull request #10 from takeyamayuki/develop
Browse files Browse the repository at this point in the history
changed library.properties
  • Loading branch information
takeyamayuki committed Apr 23, 2023
2 parents b459dc9 + 5e47f3d commit 1f10ac6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
.vscode/launch.json
.vscode/ipch
.vscode/settings.json

examples/esp32_platformio/.vscode/extensions.json
13 changes: 7 additions & 6 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name=RESTuino
version=0.0.1
author=Yuki Takeyama
maintainer=takeyamayuki <***@example.com>
sentence=A library to handle arduino GPIO via REST API
paragraph=A library to handle arduino GPIO via REST API
maintainer=takeyamayuki <[email protected]>
sentence=A library to handle arduino GPIO via REST API.
paragraph=Fisrt version of RESTuino.
category=Communication
url=https://github.com/takeyamayuki/RESTuino.git
precompiled=true
category=Other
architectures=stm32,OpenCR,Teensyduino,samd,sam,mbed,esp32,mbed_portenta
architectures=esp32
includes=RESTuino.h
depends=WiFi, EEPROM, ESPmDNS, WebServer, ESP32Servo, ArduinoJson

0 comments on commit 1f10ac6

Please sign in to comment.