File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
env :
6
6
matrix :
7
7
- 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
9
9
- CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80,Debug=Serial1" IDE_VERSION=1.6.5
10
10
- CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80" IDE_VERSION=1.6.5
11
11
- CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80" IDE_VERSION=1.8.5
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ a WebSocket Server and Client for Arduino based on RFC6455.
23
23
- wss / SSL is not possible.
24
24
25
25
##### 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 )
27
28
- ESP31B
28
29
- Particle with STM32 ARM Cortex M3
29
30
- ATmega328 with Ethernet Shield (ATmega branch)
Original file line number Diff line number Diff line change 13
13
"type" : " git" ,
14
14
"url" : " https://github.com/Links2004/arduinoWebSockets.git"
15
15
},
16
- "version" : " 2.0.10 " ,
16
+ "version" : " 2.1.0 " ,
17
17
"license" : " LGPL-2.1" ,
18
18
"export" : {
19
19
"exclude" : [
Original file line number Diff line number Diff line change 1
1
name =WebSockets
2
- version =2.0.10
2
+ version =2.1.0
3
3
author =Markus Sattler
4
4
maintainer =Markus Sattler
5
5
sentence =WebSockets for Arduino (Server + Client)
You can’t perform that action at this time.
0 commit comments