Skip to content

Commit

Permalink
updated repo link in some headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed May 14, 2024
1 parent f341fd3 commit 70b1b36
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 30 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ The current version was tested with the next cameras:
| M5CoreS3 | QVGA | Yes | 12 | ~11 FPS | STABLE |
| M5UnitCamS3 | QVGA | Yes | 12 | ~9 FPS | STABLE |



[Full list of senders and receivers devices supported](#supported-devices)

## Library installation
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-camera-sender/custom-camera-sender.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESPNowCam video Transmitter
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions examples/freenove-basic-sender/freenove-basic-sender.ino
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESP32Cam Freenove ESPNow Transmitter
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

// N O T E:
Expand Down
4 changes: 2 additions & 2 deletions examples/freenove-hvga-sender/freenove-hvga-sender.ino
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESPNowCam Freenove Transmitter
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <Arduino.h>
Expand Down
6 changes: 2 additions & 4 deletions examples/freenove-nojpg-sender/freenove-nojpg-sender.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/**************************************************
* ESPNowCam Transmitter without JPG compression (very slow)
*
* Use with: makerfabs-nojpg-receiver example
*
* by @hpsaturn Copyright (C) 2024
* This file is part ESPNowCam examples:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions examples/freenove-p2p-sender/freenove-p2p-sender.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESP32Cam Freenove ESPNow Transmitter
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

// N O T E:
Expand Down
6 changes: 3 additions & 3 deletions examples/freenove-tank/freenove-tank.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESP32Cam Freenove ESPNow Transmitter
* ESP32Cam Freenove Tank Transmitter and Receiver
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <Arduino.h>
Expand Down
6 changes: 3 additions & 3 deletions examples/generic-camera-nopsram/generic-camera-nopsram.ino
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESPNowCam video Transmitter
* ESPNowCam Generic video Transmitter
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions examples/generic-camera-psram/generic-camera-psram.ino
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESPNowCam video Transmitter
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions examples/m5core2-basic-receiver/m5core2-basic-receiver.ino
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESPNowCam video Receiver
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions examples/m5core2-espnow-receiver/m5core2-espnow-receiver.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESPNowCam video Receiver
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <Arduino.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESPNowCam video Receiver
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <M5CoreS3.h>
Expand Down
4 changes: 2 additions & 2 deletions examples/m5cores3-espnow-sender/m5cores3-espnow-sender.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************
* ESPNowCam video Transmitter
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <M5CoreS3.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************
* ESPNowCam Joystick Transmitter
* by @hpsaturn Copyright (C) 2024
* This file is part ESPNowCam project:
* https://github.com/hpsaturn/ESPNowCam
**************************************************/

#include <Arduino.h>
#include <Wire.h>
#include <M5Unified.h>
Expand Down

0 comments on commit 70b1b36

Please sign in to comment.