Skip to content

Commit f0f51ce

Browse files
committed
v0.1.16 Elecrow Crowpanel receiver sample and some minors
1 parent a87e262 commit f0f51ce

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Some video receivers
2929
| tft-3.5-basic-receiver | Any TFT display with LGFX [1] | STABLE |
3030
| tft-il9485-basic-receiver | M5Core TFT reciver il9481 [1] [2]| STABLE |
3131
| ft-rgb-hmi-basic-receiver | ESP32S3_RGB_ESP32-8048S043 [1] [2] | STABLE |
32+
| crowpanel-receiver | Elecrow round panel 320x240 [1] | TESTING |
3233

3334
[1] Use with any sender sample
3435
[2] Use with freenove HVGA sender sample for example.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "EspNowCam",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"homepage":"https://github.com/hpsaturn/esp32s3-cam",
55
"keywords":
66
[

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=EspNowCam
2-
version=0.1.15
2+
version=0.1.16
33
author=@hpsaturn
44
maintainer=Antonio Vanegas <[email protected]>
55
sentence=ESPNowCam, a straightforward video streamer for popular ESP32Cam models, leveraging the ESPNow protocol. No need for IPs, routers, or credentials—keeping it simple! :D

src/ESPNowCam.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ extern "C" {
1313
typedef void (*RecvCb)(uint32_t lenght);
1414
}
1515

16-
#define ENC_VERSION "0.1.15"
17-
#define ENC_REVISION 080
16+
#define ENC_VERSION "0.1.16"
17+
#define ENC_REVISION 081
1818

1919
class ESPNowCam {
2020
private:

0 commit comments

Comments
 (0)