I also just recently got my t-beam supreme only to realize that the Moshe's version of SoftRF is compiled for plain t-beam, which is different ESP32 type, i.e. ESP32-S3 so it needs to be selected at compilation stage.
And yes, it's got 8MB flash vs 4MB in plain t-beam. And optional ublox MAX-M10S GNSS receiver (BeiDou, Galileo, GLONASS, GPS / QZSS).
They also differ in pin assigment to GNSS modules and radio modules, and LoRa transcivers are of different type (SX1276 vs SX1262, haven't checked if these two are compatible).
Is there somewhere available an up-to-date guide on which version of libraries do you exacly use to compile your fork for ESP32 plain t-beam platform?
Rafal