Skip to content

Commit 0142153

Browse files
authored
Merge pull request #69 from Nefry-Community/develop
Develop
2 parents 5b8a5c2 + b5c0f87 commit 0142153

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

cores/esp32/nefry/Nefry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BootMode
2424
1 : WriteMode切替をする
2525
*/
2626

27-
#define LIBVERSION ("1.0.7")
27+
#define LIBVERSION ("1.0.8")
2828
#include "Nefry.h"
2929

3030
Adafruit_NeoPixel _NefryLED[40];

libraries/Nefry/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Nefry
2-
version=1.0.7
2+
version=1.0.8
33
author=Nefry community
44
maintainer=
55
sentence=nefry.

release note.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# このノートはNefry(ESP32版)のリリースノートになります。
22

3+
## 1.0.8
4+
ディスプレイスクロール対応 [@ctw_yamada](https://twitter.com/ctw_yamada)さんのプルリクありがとうございます。
5+
6+
7+
新規対応
8+
9+
- ディスプレイスクロール対応
10+
- ディスプレイ表示関数対応、サンプルコード追加
11+
12+
13+
## 1.0.7
14+
ライブラリバグ対応
15+
16+
17+
バグ対応
18+
19+
- ライブラリバグ対応
20+
21+
322
## 1.0.6
423
ThingSpeakライブラリ、FastSensingライブラリを新規追加
524

0 commit comments

Comments
 (0)