global: rename esp32s2beta to esp32s2

This commit is contained in:
morris
2020-01-17 11:47:08 +08:00
parent 95743f4ee6
commit e30cd361a8
458 changed files with 660 additions and 1923 deletions

View File

@@ -184,7 +184,7 @@ void unity_run_menu(void);
*
* Usage:
* ```
* #if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2BETA, ESP32S2)
* #if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2, ESP32S2)
* TEST_CASE("only for esp32", "")
* {
* }