We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hardware info
Here is the link to the schematics of the ESP32-S3-GEEK, which provides the pin mappings: ESP32-S3-GEEK Schematic. https://files.waveshare.com/wiki/ESP32-S3-GEEK/ESP32-S3-GEEK-Schematic1.pdf device info https://www.waveshare.com/esp32-s3-geek.htm
config file is listed below:
[env:ESP32-S3-GEEK] platform = [email protected] board = esp32-s3-devkitc-1 framework = arduino board_build.partitions = huge_app.csv build_flags = -DNERDMINER_S3_GEEK -DBOARD_HAS_PSRAM -DARDUINO_USB_CDC_ON_BOOT -DTFT_BACKLIGHT_ON=HIGH -DSDSPI_CLK=17 -DSDSPI_MOSI=16 -DSDSPI_MISO=13 -DSDSPI_CS=15 -DSD_ID=HSPI lib_deps = https://github.com/takkaO/OpenFontRender#v1.2 bblanchon/ArduinoJson@^6.21.5 https://github.com/tzapu/WiFiManager.git#v2.0.17 mathertel/oneButton@^2.6.1 arduino-libraries/NTPClient@^3.2.1 lib_ignore = HANSOLOminerv2
The text was updated successfully, but these errors were encountered:
supported already
Sorry, something went wrong.
No branches or pull requests
hardware info
Here is the link to the schematics of the ESP32-S3-GEEK, which provides the pin mappings: ESP32-S3-GEEK Schematic.
https://files.waveshare.com/wiki/ESP32-S3-GEEK/ESP32-S3-GEEK-Schematic1.pdf
device info https://www.waveshare.com/esp32-s3-geek.htm
config file is listed below:
[env:ESP32-S3-GEEK]
platform = [email protected]
board = esp32-s3-devkitc-1
framework = arduino
board_build.partitions = huge_app.csv
build_flags =
-DNERDMINER_S3_GEEK
-DBOARD_HAS_PSRAM
-DARDUINO_USB_CDC_ON_BOOT
-DTFT_BACKLIGHT_ON=HIGH
-DSDSPI_CLK=17
-DSDSPI_MOSI=16
-DSDSPI_MISO=13
-DSDSPI_CS=15
-DSD_ID=HSPI
lib_deps =
https://github.com/takkaO/OpenFontRender#v1.2
bblanchon/ArduinoJson@^6.21.5
https://github.com/tzapu/WiFiManager.git#v2.0.17
mathertel/oneButton@^2.6.1
arduino-libraries/NTPClient@^3.2.1
lib_ignore =
HANSOLOminerv2
The text was updated successfully, but these errors were encountered: