ESP32 and WAV Trigger

I wanted to try my WAV Trigger with an ESP32 and this error came up. WARNING: library AltSoftSerial claims to run on (avr) architecture(s) and may be incompatible with your current board which runs on (esp32) architecture(s).

Am I wasting my time or is it possible to use the WAV Trigger with AltSoftSerial on an ESP323 Feather?

I know nothing about the ESP32 other than what I learned just now from googling. It appears to have several hardware serial ports at least one of which is available. See:

https://github.com/G6EJD/ESP32-Using-Ha … rial-Ports

To enable the WAV Trigger Arduino Library to use a hardware serial port, see the library header file.

Hope this helps.