Skip to content

Commit

Permalink
Initial update
Browse files Browse the repository at this point in the history
  • Loading branch information
akkoyun committed Mar 4, 2024
1 parent 5c8380f commit 91e6e4a
Show file tree
Hide file tree
Showing 14 changed files with 283 additions and 15,284 deletions.
3,889 changes: 0 additions & 3,889 deletions Docs/Firmware/6.hex

This file was deleted.

547 changes: 0 additions & 547 deletions Docs/Firmware/FIRMWARE-4.HEX

This file was deleted.

547 changes: 0 additions & 547 deletions Docs/Firmware/FIRMWARE-5.HEX

This file was deleted.

4,282 changes: 0 additions & 4,282 deletions Docs/Firmware/FIRMWARE.HEX

This file was deleted.

3,876 changes: 0 additions & 3,876 deletions Docs/Firmware/STF.HEX

This file was deleted.

550 changes: 0 additions & 550 deletions Docs/Firmware/firmware-1.hex

This file was deleted.

550 changes: 0 additions & 550 deletions Docs/Firmware/firmware-2.hex

This file was deleted.

550 changes: 0 additions & 550 deletions Docs/Firmware/firmware-3.hex

This file was deleted.

Binary file removed Docs/Images/Inheritance.jpg
Binary file not shown.
17 changes: 11 additions & 6 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PostMan",
"version": "1.7.0",
"version": "1.6.1",
"keywords": "GSM, Modem, GPRS, 2G, IoT, Telit, GE910, LE910, Backend, Cloud, PostOffice, API",
"description": "GSM Based IoT, Cloud Server Integration Library.",
"authors":
Expand Down Expand Up @@ -29,11 +29,6 @@
"name": "AT_Command",
"version": "^1.0.0"
},
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^6.19.0"
},
{
"owner": "akkoyun",
"name": "RV3028",
Expand Down Expand Up @@ -63,6 +58,16 @@
"owner": "akkoyun",
"name": "Variable",
"version": "^1.0.0"
},
{
"owner": "akkoyun",
"name": "MD5",
"version": "^1.0.0"
},
{
"owner": "akkoyun",
"name": "JSON",
"version": "^1.0.0"
}
],
"examples": [
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PostOffice
version=1.7.0
version=1.6.1
author=Gunce Akkoyun <[email protected]>
maintainer=Gunce Akkoyun <[email protected]>
sentence=GSM Based IoT, Cloud Server Integration Library.
Expand Down
6 changes: 6 additions & 0 deletions src/Definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
#define PostMan_Status_Firewall (uint8_t)4
#define PostMan_Status_Ring (uint8_t)5






// Define PowerStat Commands
#define Command_None 0
#define Command_OK 200
#define Command_NOK 201
#define Command_Start 256
Expand Down
Loading

0 comments on commit 91e6e4a

Please sign in to comment.