Skip to content

Commit

Permalink
v0.1.7 improved CI workflows and XIAO Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Apr 24, 2024
1 parent 22325bd commit de8f09e
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hpsaturn/EspNowCam@^0.1.6
Or via command line:

```python
pio pkg install --library "hpsaturn/ESPNowCam@^0.1.6"
pio pkg install --library "hpsaturn/ESPNowCam@^0.1.7"
```

**Arduino IDE**:
Expand Down
2 changes: 1 addition & 1 deletion examples/freenove-basic-sender/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ board_build.partitions = ../../config/partitions.csv
extends = esp32common
board_build.arduino.memory_type = dio_opi ;
lib_deps =
hpsaturn/EspNowCam@^0.1.0
hpsaturn/EspNowCam@^0.1.6
2 changes: 1 addition & 1 deletion examples/freenove-hvga-sender/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ board_build.partitions = ../../config/partitions.csv
extends = esp32common
board_build.arduino.memory_type = dio_opi ;
lib_deps =
hpsaturn/EspNowCam@^0.1.0
hpsaturn/EspNowCam@^0.1.6
2 changes: 1 addition & 1 deletion examples/m5core2-basic-receiver/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ build_flags =
extends = env
board = esp32dev
lib_deps =
hpsaturn/EspNowCam@^0.1.0
hpsaturn/EspNowCam@^0.1.6
m5stack/M5Unified@^0.1.6

2 changes: 1 addition & 1 deletion examples/makerfabs-basic-receiver/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ board_build.partitions = ../../config/partitions.csv
[env:makerfabs-basic-receiver]
extends = esp32common
lib_deps =
hpsaturn/EspNowCam@^0.1.0
hpsaturn/EspNowCam@^0.1.6
lovyan03/LovyanGFX@^1.1.5

2 changes: 1 addition & 1 deletion examples/makerfabs-nojpg-receiver/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ board_build.partitions = ../../config/partitions.csv
[env:makerfabs-basic-receiver]
extends = esp32common
lib_deps =
hpsaturn/EspNowCam@^0.1.0
hpsaturn/EspNowCam@^0.1.6
lovyan03/LovyanGFX@^1.1.5

2 changes: 1 addition & 1 deletion examples/tft-3.5-basic-receiver/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ board_build.partitions = ../../config/partitions.csv
[env:tft-hvga-basic-receiver]
extends = esp32common
lib_deps =
hpsaturn/EspNowCam@^0.1.2
hpsaturn/EspNowCam@^0.1.6
lovyan03/LovyanGFX@^1.1.5

2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EspNowCam",
"version": "0.1.6",
"version": "0.1.7",
"homepage":"https://github.com/hpsaturn/esp32s3-cam",
"keywords":
[
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=EspNowCam
version=0.1.6
version=0.1.7
author=@hpsaturn
maintainer=Antonio Vanegas <[email protected]>
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
Expand Down
4 changes: 2 additions & 2 deletions src/ESPNowCam.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ extern "C" {
typedef void (*RecvCb)(uint32_t lenght);
}

#define CSL_VERSION "0.1.6"
#define CSL_REVISION 071
#define CSL_VERSION "0.1.7"
#define CSL_REVISION 072

class ESPNowCam {
private:
Expand Down

0 comments on commit de8f09e

Please sign in to comment.