Removed ProS2 and added TinyS2 to boards.txt (#5037)

This commit is contained in:
Unexpected Maker
2021-04-15 21:31:41 +10:00
committed by GitHub
parent 9a518cd3d7
commit ec7aeb4903
3 changed files with 13 additions and 11 deletions

View File

@ -28,7 +28,7 @@ extern "C" {
#include "soc/soc_caps.h"
#if (CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3)
#define NUM_OUPUT_PINS 45
#define NUM_OUPUT_PINS 46
#define PIN_DAC1 17
#define PIN_DAC2 18
#else