Commit Graph

454 Commits

Author SHA1 Message Date
Markus
0980b209ba Create dependabot.yml 2024-08-24 12:07:31 +02:00
Aruna Tennakoon
899cfbdbe7 feat: Support Nano 33 IoT, MKR WIFI 1010, XIAO, Wio Terminal (#901) 2024-08-24 12:01:45 +02:00
Aruna Tennakoon
dcfb0df665 feat: Support Arduino Nano 33 IoT, MKR WIFI 1010 (#898) 2024-08-11 09:09:47 +02:00
Links2004
dc6fd04a98 fix #896 ESP32 Arduino changed setCACertBundle args 2024-08-04 09:40:01 +02:00
Links2004
7da1dc5c6e bump version 2.5.2 2024-07-29 13:07:27 +02:00
Aruna Tennakoon
d6d4c516b3 Support Arduino UNO WIFI 4 (#894)
feat: Arduino UNO R4 WiFi support
2024-07-29 10:11:12 +02:00
Links2004
e364e66884 go back to arduino-cli 0.35.3 since 1.0.0 is buggy
see: https://github.com/arduino/arduino-cli/issues/2643
2024-06-17 17:07:09 +02:00
Links2004
d5f0d3c4b5 remove broken rp2040 2024-06-17 16:47:41 +02:00
Links2004
0e127c9a76 update arduino-cli to 1.0.0 2024-06-17 16:28:59 +02:00
Links2004
11cf06897c update arduino-cli 2024-06-17 16:27:43 +02:00
Links2004
af1b0256b9 bump version to 2.4.2 2024-06-17 16:27:08 +02:00
Moritz Ulmer
c5e7a5eb08 Add support for CA bundles (#885)
Why:

- Allow CA cert bundles to be used

This change addresses the need by:

- Adding a constructor that takes a pointer to the bundle
- Setting the WiFiClientSecure to use the bundle
- Adding an example
2024-06-17 13:09:37 +02:00
Links2004
93707d455f fix build_sketch_cli result handling 2024-01-05 17:28:16 +01:00
Hasenradball
8d193b176d [Prevent unwanted Compiler Warnings]: Issue #772 - wrong format specifier in line 754 (#773)
* [Prevent unwanted Compiler Warnings]: Issue #772
2024-01-05 17:25:57 +01:00
Hasenradball
503105a9fe Remove compiler warnings (#854)
* [Prevent unwanted Compiler Warnings]: Issue #772
2024-01-05 17:24:45 +01:00
Links2004
6a26f74f95 code style 2024-01-05 15:27:49 +01:00
Links2004
be9fd8e267 fix getSocketNumber for ESP 2024-01-05 15:26:59 +01:00
Links2004
313f2e0170 update actions/cache@v3 2024-01-05 15:26:26 +01:00
Lukas Runge
3b143bc6f3 🐛 removed default values from *.cpp file 2024-01-05 15:20:03 +01:00
Shreyansh Jain
aed167bee0 updated the header file for the same changes 2024-01-05 15:20:03 +01:00
Shreyansh Jain
4acc33589a added option arguments in socket io being, for pingInterval, pongTimeout, and disconnectTimeoutCount 2024-01-05 15:20:03 +01:00
patrick
3352c833b8 - Fix memory leak by calling delete _server in the WebSocketsServer destructor.
- Improve performance by looking for match to existing socket before creating a new one
2024-01-05 15:17:42 +01:00
Links2004
241c73a806 use ARDUINO_BOARD_MANAGER_ADDITIONAL_URLS env for setting board URLs 2024-01-05 15:06:30 +01:00
Links2004
437c0252f1 fix cli download URL 2024-01-05 15:01:53 +01:00
Links2004
92480b8987 IDE_VERSION --> CLI_VERSION 2024-01-05 15:00:16 +01:00
Links2004
da7efc789e update github actions to arduino-cli for build tests 2024-01-05 14:57:05 +01:00
matth-x
30d5e13666 set minimum bufsize for base64 encode 2023-08-19 21:16:37 +02:00
mavyfaby
751cf87b6c feat(socketio): add disconnect function 2023-05-23 18:03:07 +02:00
Links
a215cca4fe bump version 2.4.1 2023-05-01 15:02:36 +02:00
Links
bb900a77b6 GITHUB_STATE --> GITHUB_OUTPUT 2023-05-01 14:53:30 +02:00
Links
7eda34f345 add RP2040 as supported and bump version 2023-05-01 14:51:36 +02:00
Links
22dff6598f make OTA work with ArduinoJson 6.x 2023-05-01 14:48:18 +02:00
Links
a4f13a1410 clang-format 2023-05-01 14:36:26 +02:00
Links
4115a87c16 set-output command is deprecated 2023-05-01 14:36:07 +02:00
Links
82c357c036 fix OTA example build and build tests for esp8266 examples 2023-05-01 14:30:20 +02:00
Earle F. Philhower, III
d9a5c629f0 Port to Raspberry Pi Pico W core
Add support for the onboard WiFi chip on the Raspberry Pi Pico W
(RP2040 based ) board using the arduino-pico Arduino core at
https://github.com/earlephilhower/arduino-pico

The PicoW WiFi stack is a mashup of the ESP8266 and ESP32 cores, so
only minimal changes were required.  Defines a new NETWORK_TYPE for
the PicoW.

ESP8266 examples renames to ESP8266_PICO because they all work unmodified
(except for OTA which is handled differently on the Pico)
2023-05-01 08:50:01 +02:00
jakubdybczak
323592f622 Add possibility to change WEBSOCKETS_TCP_TIMEOUT 2022-08-22 14:28:19 +02:00
Antonín Skala
f1ffaede0b Fix Typo 2022-08-22 14:22:00 +02:00
Antonín Skala
94a531c464 Use async sleep, increase chunk size 2022-08-22 14:22:00 +02:00
Antonín Skala
ccdba4ed8a Fix response type prefix (LoadProhibitedCause) 2022-08-22 14:22:00 +02:00
Antonín Skala
2b0e8f6fe9 Fix async run 2022-08-22 14:22:00 +02:00
skwad77
dd8675c6a9 don't update cSessionId on unwanted Set-Cookie 2022-06-24 10:57:33 +02:00
Links
2110ad0a10 more debug 2022-06-24 10:54:26 +02:00
Links
04249a9b62 more debug 2022-06-24 10:54:26 +02:00
Links
1fb67c8868 esp8266 build, change config options 2022-06-24 10:54:26 +02:00
sivar2311
3073c156b1 Fix compiler warning "function may return address of local variable" 2022-06-24 10:26:43 +02:00
Links
5881a99a30 bump version to 2.3.7 2022-04-05 20:07:59 +02:00
Links
52b3aa8ea4 enable debug for CI 2022-04-05 19:40:57 +02:00
Links
28c0cf3094 fix #728 dropNativeClient null ptr 2022-04-05 19:11:11 +02:00
Links
ab9af162b2 fix code style 2022-04-05 19:10:57 +02:00