mongoose-os-libs / pppos

PPPoS / cellullar modem support
Other
27 stars 23 forks source link

UART support #16

Closed thisisjoyjacob closed 4 years ago

thisisjoyjacob commented 4 years ago

when using this library for esp32 TTGO T-CALL board, the board has pins configured instead of UART port, so can you please guide me on how can I change that or replace UART port functions with RX & TX pins specified by TTGO T-CALL ??

the uart pins for ttgo t-call are specified here as RX-27 and TX-26, i want to use them. would you specify how? https://github.com/Xinyuan-LilyGO/TTGO-T-Call

thisisjoyjacob commented 4 years ago

the issue was solved with much support of Nliviu and DrBomb. Along with some other supporters. The updated code is made open here.