Azq2 / openwrt-usbmodem

[WIP] Rethinking of USB modems support in openwrt.
GNU General Public License v2.0
0 stars 2 forks source link

usbmodem fail in make #2

Open someonebw opened 4 weeks ago

someonebw commented 4 weeks ago

Hi,Azq2 I got an error when compiling your project.

error :

Sim.cpp:23:38: error: could not convert '{true, {((BaseAtModem*)this)->BaseAtModem::m_sim_state}}' from '' to 'std::tuple<bool, Modem::SimInfo>'

env: openwrt 21.02

someonebw commented 2 weeks ago

nobody here :(

Azq2 commented 2 weeks ago

@someonebw why you try use it? What modem do you have?

someonebw commented 6 days ago

i use quectel RM500U-CN :) Azq2

someonebw commented 6 days ago

I originally wanted to do some experimental things based on MQTT. Interact with the module through callback. But the current module only has at command based on ttyUSB. I just saw your previous project, which is quite interesting and I want to give it a try.