From 7798f2bf91cd4b1632ba9ee7cb81c01cf48332cc Mon Sep 17 00:00:00 2001 From: remi Date: Fri, 22 Apr 2022 19:42:10 +0200 Subject: [PATCH] Update documentation --- doc/CAMFLASHER.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/doc/CAMFLASHER.md b/doc/CAMFLASHER.md index e21a62a..1f3159f 100644 --- a/doc/CAMFLASHER.md +++ b/doc/CAMFLASHER.md @@ -21,30 +21,34 @@ Camflasher with shell commands **importer** and **exporter**, allows to inject o - Download the firmware associated with your device : - - [ESP32-CAM, ESP32-CAM-MB, ESP32ONE, M5Stack Camera](https://github.com/remibert/pycameresp/releases/download/V5/ESP32CAM-firmware.bin) + - [ESP32-CAM, ESP32-CAM-MB, ESP32ONE, M5Stack Camera](https://github.com/remibert/pycameresp/releases/download/V6/ESP32CAM-firmware.bin) - - [ESP32-NODEMCU, LOLIN32, ESP32 without SPIRAM](https://github.com/remibert/pycameresp/releases/download/V5/GENERIC-firmware.bin) + - [ESP32-NODEMCU, LOLIN32, ESP32 without SPIRAM](https://github.com/remibert/pycameresp/releases/download/V6/GENERIC-firmware.bin) - - [ESP32-TTGO-T8 or ESP32 with SPIRAM ](https://github.com/remibert/pycameresp/releases/download/V5/GENERIC_SPIRAM-firmware.bin) + - [ESP32-TTGO-T8 or ESP32 with SPIRAM ](https://github.com/remibert/pycameresp/releases/download/V6/GENERIC_SPIRAM-firmware.bin) -- Or download the zip for standard micropython firmware. +- Or download the zip for standard micropython firmware : - - [Shell with editor for RP2 pico Pi](https://github.com/remibert/pycameresp/releases/download/V5/shell.zip) + - [Shell with editor for RP2 pico Pi](https://github.com/remibert/pycameresp/releases/download/V6/shell.zip) - - [Wifi manager, Http server](https://github.com/remibert/pycameresp/releases/download/V5/server.zip) + - [Wifi manager, Http server](https://github.com/remibert/pycameresp/releases/download/V6/server.zip) + +- Text editor source files running on python3 and micropython : + + - [Text editor](https://github.com/remibert/pycameresp/releases/download/V6/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/V5/CamFlasher_windows_10_64.zip) + - [CamFlasher for Windows 10 64 bits](https://github.com/remibert/pycameresp/releases/download/V6/CamFlasher_windows_10_64.zip) - - [CamFlasher for Windows seven 64 bits](https://github.com/remibert/pycameresp/releases/download/V5/CamFlasher_windows_7_64.zip) + - [CamFlasher for Windows seven 64 bits](https://github.com/remibert/pycameresp/releases/download/V6/CamFlasher_windows_7_64.zip) - - [CamFlasher for OSX Big Sur Intel](https://github.com/remibert/pycameresp/releases/download/V5/CamFlasher_osx.zip) + - [CamFlasher for OSX Big Sur Intel](https://github.com/remibert/pycameresp/releases/download/V6/CamFlasher_osx.zip) - - [CamFlasher for Debian x86_64](https://github.com/remibert/pycameresp/releases/download/V5/CamFlasher_linux.zip) + - [CamFlasher for Debian x86_64](https://github.com/remibert/pycameresp/releases/download/V6/CamFlasher_linux.zip) - Connect the device to the USB port of your computer.