A minimal table to compare the Espressif's MCU families.
| ESP8266 | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 | ESP32-C6 | |
|---|---|---|---|---|---|---|
| Announcement Date | 2014, August | 2016, September | 2019, September | 2020, December |
| #!/bin/bash | |
| # This script was written for Ubuntu 14.04 and 16.04 | |
| # Other operating systems may need a few changes | |
| WORK_DIR=~/svn2git | |
| AUTHORS_FILE=$WORK_DIR/authors.txt | |
| GITDIR_DIRTY=$WORK_DIR/dirty | |
| GITDIR_FINAL=$WORK_DIR/final |
| Options -Indexes | |
| # .htaccess primary domain to web redirect | |
| # this file must be in the (public_html | web ) folder of your hosting account | |
| # make the changes to the file according to the instructions. | |
| <IfModule mod_rewrite.c> | |
| # Do not change this line. | |
| RewriteEngine on | |
| # Change %host% to be your primary domain. |