mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Removed default stream
This commit is contained in:
@@ -206,11 +206,7 @@ public:
|
||||
|
||||
public:
|
||||
|
||||
#ifdef GSM_DEFAULT_STREAM
|
||||
TinyGsmXBee(Stream& stream = GSM_DEFAULT_STREAM)
|
||||
#else
|
||||
TinyGsmXBee(Stream& stream)
|
||||
#endif
|
||||
: TinyGsmModem(stream), stream(stream)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user