Skip to content

Commit

Permalink
adjust library properties
Browse files Browse the repository at this point in the history
  • Loading branch information
LowPowerLab committed Feb 16, 2021
1 parent cbf0e8c commit 68ab678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
- "~/.platformio"

env:
- PLATFORMIO_CI_SRC=examples/SPIFlash_ReadWrite/SPIFlash_ReadWrite.ino
- PLATFORMIO_CI_SRC=examples/powerDownWakePeriodic/powerDownWakePeriodic.ino

install:
- pip install -U platformio
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "LowPower",
"name": "LowPower_LowPowerLab",
"version": "2.0",
"keywords": "low, power, sleep",
"description": "Library sleeping AVR & SAMD MCUs",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=LowPower
name=LowPower_LowPowerLab
version=2.0
author=LowPowerLab
maintainer=LowPowerLab
Expand Down

0 comments on commit 68ab678

Please sign in to comment.