Skip to content

Commit

Permalink
Try to remove resources from library
Browse files Browse the repository at this point in the history
  • Loading branch information
xreef committed Jan 22, 2024
1 parent 4918bfb commit eb01bd4
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 3 deletions.
27 changes: 27 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# THIS IS ONLY FOR THE gitattributes REPOSITORY.
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto

#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.gitattributes text
.gitignore text
*.md text diff=markdown

#
# Exclude files from exporting
#

.gitattributes export-ignore
.gitignore export-ignore
resources/ export-ignore

#
# Enable syntax highlighting for files with `.gitattributes` extensions.
#
*.gitattributes linguist-language=gitattributes
*.gitattributes linguist-detectable=true
*.gitattributes linguist-documentation=false
2 changes: 1 addition & 1 deletion LoRa_E70.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* EBYTE LoRa E70 Series
*
* AUTHOR: Renzo Mischianti
* VERSION: 0.0.9
* VERSION: 0.0.10
*
* https://www.mischianti.org
*
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Introduction to EByte LoRa E70

The EByte E70 is a LoRa module designed for long-range wireless communication. It operates in the sub-gigahertz frequency bands, making it ideal for various applications that require long-range communication and low power consumption. Its versatility and efficiency have made it a popular choice in IoT (Internet of Things) applications, smart city projects, and industrial automation.

CHANGELOG
-----------------------------
0.0.10 Try to remove resource folder to permit to install from Arduino Library Manager
0.0.9 First release


Key Features of the EByte E70
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EByte LoRa E70 library",
"version": "0.0.9",
"version": "0.0.10",
"keywords": "LoRa, UART, EByte, esp32, esp8266, stm32, SAMD, Arduino, Raspberry Pi Pico",
"description": "Ebyte E70 LoRa (Long Range) library device very cheap and very long range (from 1.5Km to 6Km). Arduino LoRa EBYTE E70 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. CC1310.",
"homepage": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e70-devices/",
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=EByte LoRa E70 library
version=0.0.9
version=0.0.10
author=Renzo Mischianti <renzo.mischianti@gmail.com>
maintainer=Renzo Mischianti <renzo.mischianti@gmail.com>
sentence=LoRa EBYTE E70 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. CC1310
Expand Down
Binary file removed resources/RF_Setting4.2.exe
Binary file not shown.
Binary file added resources/RF_Setting4.2.zip
Binary file not shown.

0 comments on commit eb01bd4

Please sign in to comment.