I picked up a couple of the Adafruit ESP32-S2 TFT Feather boards when I saw the ESPHole demo on JP's PPOTW show. I went through the steps of downloading CircuitPython, creating the secrets.json file, then download the ESPHole image. It reboots, then displays on the TFT screen: "ESPHole Conn'ing to XXXX" (XXXX is my router ID), but never makes the connection or times out. Are there other project for the platform, either CP or Arduino, that can do a "Hello World" wifi connection to my router, so I can figure out what the issue is?
(Edit: I found this, which is kinda what I'm lookin for: https://learn.adafruit.com/adafruit-metro-esp32-s2/wifi-test but porting it is no small thing)
(Edit 2: Checking the examples folder in circuit python, and doing a hail mary google of "adafruit_esp32s2tft" didn't turn up anything useful either.)