Skip to content

Commit cd6e706

Browse files
authored
Merge pull request #42 from hpsaturn/devel
Devel
2 parents 22ff014 + 71ab3de commit cd6e706

File tree

22 files changed

+361
-393
lines changed

22 files changed

+361
-393
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ deploy.sh
4444
releases
4545
releases/binaries/
4646
releases/installer/
47-
examples/espcamlib
47+
examples/lib/espcamlib

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ Some examples are for Arduino users (*.ino samples), but is possible too compile
195195

196196
## Credits
197197

198-
I want to extend my gratitude to @ElectroZeusTIC and @AcoranTf for testing it on Arduino IDE. Also to @UtaAoya for your findings around the M5UnitCam device.
198+
I want to extend my gratitude to:
199+
200+
- @ElectroZeusTIC and @AcoranTf for testing it on Arduino IDE.
201+
- @UtaAoya for your findings around the M5UnitCam device.
202+
- @MeloCuentan by issues fixes in the AI-Thinker Camera and new ESP32S3 RGB receiver.
203+
- @turmandreams by your tests around AIThinker Camera and M5Core receiver.
199204

200205
---

examples/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@
1717

1818
### Receivers samples
1919

20+
Some video receivers
21+
2022
| ENV Name | Details | Status |
2123
|:-----------------|:--------------:|:----------:|
22-
| m5core2-basic-receiver | Video receiver [1] | STABLE |
23-
| m5core2-espnow-receiver | Video receiver [1] | STABLE |
24-
| m5cores3-espnow-receiver | Video receiver [1] | STABLE|
25-
| makerfabs-basic-receiver | Video receiver [1] [2] | STABLE |
26-
| makerfabs-nojpg-receiver | Video receiver [1] [2] | <2FPS |
24+
| m5core2-basic-receiver | M5Stack M5Core2 [1] | STABLE |
25+
| m5core2-espnow-receiver | M5Stack M5Core2 [1] | STABLE |
26+
| m5cores3-espnow-receiver | M5Stack M5CoreS3 [1] | STABLE |
27+
| makerfabs-basic-receiver | Makerfabs RGB Parallel [1] [2] | STABLE |
28+
| makerfabs-nojpg-receiver | Makerfabs RGB Parallel [1] [2] | <2FPS |
2729
| tft-3.5-basic-receiver | Any TFT display with LGFX [1] | STABLE |
30+
| tft-il9485-basic-receiver | M5Core TFT reciver il9481 [1] [2]| STABLE |
31+
| ft-rgb-hmi-basic-receiver | ESP32S3_RGB_ESP32-8048S043 [1] [2] | STABLE |
2832

2933
[1] Use with any sender sample
3034
[2] Use with freenove HVGA sender sample for example.

examples/common/ConfigApp.cpp

Lines changed: 0 additions & 199 deletions
This file was deleted.

examples/common/ConfigApp.hpp

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)