Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 7b41143

Browse files
committed
release 1.0.4
1 parent 82af491 commit 7b41143

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ This library can be installed from the Library Manager on Arduino IDE
1313
## Requirement
1414
- Arduino board
1515
- esp8266
16-
- esp32 ( 1.0.2 and later )
16+
- esp32<br>
17+
(note: 1.0.2 and later, and 1.0.4 requires [83810fa](https://github.com/espressif/arduino-esp32/tree/83810fa1563f77145272583e36dfb076d3a92018) or later of [arduino-esp32](https://github.com/espressif/arduino-esp32))
1718
- [esp8266-google-tts](https://github.com/horihiro/esp8266-google-tts) <br>
1819
[download from Library Manager](https://github.com/horihiro/esp8266-google-tts/blob/master/README.md#install) of Arduino IDE
1920

@@ -33,8 +34,7 @@ This library can be installed from the Library Manager on Arduino IDE
3334
└── esp8266-google-home-notifier.h
3435
```
3536
or
36-
- use [Arduino Core for ESP8266](https://github.com/esp8266/Arduino/) **2.5.0** (not released as of May 10, 2018) or later<br>
37-
(note: above [ESP8266mDNS.cpp](https://github.com/mblythe86/Arduino/blob/master/libraries/ESP8266mDNS/ESP8266mDNS.cpp)/[.h](https://github.com/mblythe86/Arduino/blob/master/libraries/ESP8266mDNS/ESP8266mDNS.h) will be [merged into 2.5.0](https://github.com/esp8266/Arduino/pull/3107))<br>
37+
- use [Arduino Core for ESP8266](https://github.com/esp8266/Arduino/) **2.5.0**, which will [merge ESP8266mDNS.cpp/.h](https://github.com/esp8266/Arduino/pull/3107), or later.
3838

3939
## Usage
4040
### Simple for esp8266/32

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=esp8266-google-home-notifier
2-
version=1.0.3-beta
2+
version=1.0.4
33
author=horihiro
44
maintainer=horihiro
55
sentence=Send notifications to Google Home from esp8266/32.

0 commit comments

Comments
 (0)