mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Integrate SIM808 nicely
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
#include <TinyGsmClientSIM800.h>
|
||||
|
||||
class TinyGsmSim808: public TinyGsm
|
||||
class TinyGsmSim808: public TinyGsmSim800
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
TinyGsmSim808(Stream& stream)
|
||||
: TinyGsm(stream)
|
||||
: TinyGsmSim800(stream)
|
||||
{}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user