Fixed v2.0.1 build and ESP32-C3 and ESP32-S2 compile.

Note ESP32-C3 and ESP32-S2 not yet tested on hardware.
This commit is contained in:
Brad Nelson
2021-12-11 10:52:30 -08:00
parent 830e6b40d7
commit 7fcc04a3cc
4 changed files with 42 additions and 23 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION=7.0.6.5
VERSION=7.0.6.6
STABLE_VERSION=7.0.5.4
REVISION=$(shell git rev-parse HEAD)
REVSHORT=$(shell echo $(REVISION) | head -c 7)