From 3189c9178ae0f26819993b491c8fae49bd6c13a2 Mon Sep 17 00:00:00 2001 From: remi Date: Sun, 26 Jun 2022 15:56:51 +0200 Subject: [PATCH] Delivery V8 --- doc/CAMFLASHER.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/CAMFLASHER.md b/doc/CAMFLASHER.md index 3a5648c..4d94fb7 100644 --- a/doc/CAMFLASHER.md +++ b/doc/CAMFLASHER.md @@ -21,34 +21,34 @@ Camflasher with shell commands **upload** and **download**, allows to upload or - Download the firmware associated with your device : - - [ESP32-CAM, ESP32-CAM-MB, ESP32ONE, M5Stack Camera](https://github.com/remibert/pycameresp/releases/download/V7/ESP32CAM-firmware.bin) + - [ESP32-CAM, ESP32-CAM-MB, ESP32ONE, M5Stack Camera](https://github.com/remibert/pycameresp/releases/download/V8/ESP32CAM-firmware.bin) - - [ESP32-NODEMCU, LOLIN32, ESP32 without SPIRAM](https://github.com/remibert/pycameresp/releases/download/V7/GENERIC-firmware.bin) + - [ESP32-NODEMCU, LOLIN32, ESP32 without SPIRAM](https://github.com/remibert/pycameresp/releases/download/V8/GENERIC-firmware.bin) - - [ESP32-TTGO-T8 or ESP32 with SPIRAM ](https://github.com/remibert/pycameresp/releases/download/V7/GENERIC_SPIRAM-firmware.bin) + - [ESP32-TTGO-T8 or ESP32 with SPIRAM ](https://github.com/remibert/pycameresp/releases/download/V8/GENERIC_SPIRAM-firmware.bin) - Or download the zip for standard micropython firmware : - - [Shell with editor for RP2 pico Pi](https://github.com/remibert/pycameresp/releases/download/V7/shell.zip) + - [Shell with editor for RP2 pico Pi](https://github.com/remibert/pycameresp/releases/download/V8/shell.zip) - - [Wifi manager, Http server](https://github.com/remibert/pycameresp/releases/download/V7/server.zip) + - [Wifi manager, Http server](https://github.com/remibert/pycameresp/releases/download/V8/server.zip) - Text editor source files running on python3 and micropython : - - [Text editor](https://github.com/remibert/pycameresp/releases/download/V7/editor.zip) + - [Text editor](https://github.com/remibert/pycameresp/releases/download/V8/editor.zip) It is possible to run the shell with editor, or the servers on a standard micropython platform. The servers, the wifi manager, requires having enough ram and wifi support (ESP32 with SPIRAM for example). Unzip archive and install it with rshell. - Download the camflasher application and unzip it : - - [CamFlasher for Windows 10 64 bits](https://github.com/remibert/pycameresp/releases/download/V7/CamFlasher_windows_10_64.zip) + - [CamFlasher for Windows 10 64 bits](https://github.com/remibert/pycameresp/releases/download/V8/CamFlasher_windows_10_64.zip) - - [CamFlasher for Windows seven 64 bits](https://github.com/remibert/pycameresp/releases/download/V7/CamFlasher_windows_7_64.zip) + - [CamFlasher for Windows seven 64 bits](https://github.com/remibert/pycameresp/releases/download/V8/CamFlasher_windows_7_64.zip) - - [CamFlasher for OSX Big Sur Intel](https://github.com/remibert/pycameresp/releases/download/V7/CamFlasher_osx.zip) + - [CamFlasher for OSX Big Sur Intel](https://github.com/remibert/pycameresp/releases/download/V8/CamFlasher_osx.zip) - - [CamFlasher for Debian 11 x86_64](https://github.com/remibert/pycameresp/releases/download/V7/CamFlasher_linux.zip) + - [CamFlasher for Debian 11 x86_64](https://github.com/remibert/pycameresp/releases/download/V8/CamFlasher_linux.zip) - On linux to be able to operate without being a super user you must enter the commands :