Skip to content

Commit 7bf6cef

Browse files
committed
Add library.properties to complain with 1.5 format
1 parent 1214483 commit 7bf6cef

15 files changed

Lines changed: 15 additions & 4 deletions

examples/WeatherStationExample.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#include <Http.h>
66
#include <Ftp.h>
77

8-
#include "examples/utils/logger.h"
9-
#include "examples/utils/valve.h"
10-
#include "examples/utils/sensor.h"
11-
#include "examples/utils/arducam.h"
8+
#include "../examples/utils/logger.h"
9+
#include "../examples/utils/valve.h"
10+
#include "../examples/utils/sensor.h"
11+
#include "../examples/utils/arducam.h"
1212

1313
#define SD_CS_PIN 3
1414
#define RST_PIN 8

library.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name=ArduinoSIM800L
2+
version=0.2
3+
author=Antonio Carrasco
4+
maintainer=Antonio Carrasco
5+
sentence=An efficient and elegant HTTP & FTP library for Arduino
6+
paragraph=ArduinoSIM800L supports ✔ http post requests, ✔ http get requests, ✔ ftp upload, ✔ full interaction with SIM800 and more.
7+
category=Communication
8+
url=https://github.com/carrascoacd/ArduinoSIM800L
9+
architectures=avr
10+
repository=https://github.com/carrascoacd/ArduinoSIM800L
11+
license=MIT
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)