8000 bump version to 2.1.0 · BirdAPI/arduinoWebSockets@48e690a · GitHub
[go: up one dir, main page]

Skip to content

Commit 48e690a

Browse files
committed
bump version to 2.1.0
travis arduino 1.8.5
1 parent b059d07 commit 48e690a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
env:
66
matrix:
77
- CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80" IDE_VERSION=1.6.5
8-
- CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80" IDE_VERSION=1.8.5
8+
- CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80,FlashSize=1M0" IDE_VERSION=1.8.5
99
- CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80,Debug=Serial1" IDE_VERSION=1.6.5
1010
- CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80" IDE_VERSION=1.6.5
1111
- CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80" IDE_VERSION=1.8.5

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ a WebSocket Server and Client for Arduino based on RFC6455.
2323
- wss / SSL is not possible.
2424

2525
##### Supported Hardware #####
26-
- ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino)
26+
- ESP8266 [Arduino for ESP8266](https://github.com/esp8266/Arduino/)
27+
- ESP32 [Arduino for ESP32](https://github.com/espressif/arduino-esp32)
2728
- ESP31B
2829
- Particle with STM32 ARM Cortex M3
2930
- ATmega328 with Ethernet Shield (ATmega branch)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/Links2004/arduinoWebSockets.git"
1515
},
16-
"version": "2.0.10",
16+
"version": "2.1.0",
1717
"license": "LGPL-2.1",
1818
"export": {
1919
"exclude": [

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WebSockets
2-
version=2.0.10
2+
version=2.1.0
33
author=Markus Sattler
44
maintainer=Markus Sattler
55
sentence=WebSockets for Arduino (Server + Client)

0 commit comments

Comments
 (0)
0