mirror of
https://github.com/vshymanskyy/TinyGSM.git
synced 2026-05-15 04:06:10 +00:00
Fix unused argument
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -155,7 +155,7 @@ class TinyGsmBG95 : public TinyGsmModem<TinyGsmBG95>,
|
||||
* Basic functions
|
||||
*/
|
||||
protected:
|
||||
bool initImpl(const char* pin = nullptr) {
|
||||
bool initImpl(const char*) {
|
||||
DBG(GF("### TinyGSM Version:"), TINYGSM_VERSION);
|
||||
DBG(GF("### TinyGSM Compiled Module: TinyGsmClientBG95"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user