I made a layout on Arduino Uno with a GPS module NEO6MV2. All worked properly.
I try now to make the same layout with ESP32 TTGO T-Display V1.1.
I have properly configure pins and board.
But the compilation does not result with this message:
I think there is a bug in the library but I can't find it.D:\Arduino sketches\libraries\SoftwareSerial-master\SoftwareSerial.cpp:41:27: fatal error: avr/interrupt.h: No such file or directory
compilation terminated.
exit status 1
Erreur de compilation pour la carte TTGO T1
Has somebody an idea?
Thanks
Michel