Removed old and unsupported manuals

This commit is contained in:
Sara Damiano
2019-03-11 12:00:02 -04:00
parent dc35a0a2a8
commit f43932936a
33 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -32,3 +32,6 @@ include/readme.txt
# Extras # Extras
extras/docs/* extras/docs/*
extras/Module Datasheets/* extras/Module Datasheets/*
extras/Older Command Manuals/*
extras/Older Command Manuals/*
extras/At Command Manuals - Unsupported/*

View File

@@ -306,7 +306,7 @@ public:
} }
bool hasSSL() { bool hasSSL() {
return true; return false; // TODO: Module supports SSL, but not yet implemented
} }
bool hasWifi() { bool hasWifi() {