Rename plugins in /esp32

This commit is contained in:
Jm Casler
2022-02-27 01:27:17 -08:00
parent 031b3665f8
commit a83cfffd3a
8 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
#ifndef NO_ESP32
#include "mesh/http/WiFiAPClient.h"
#include "modules/esp32/StoreForwardPlugin.h"
#include "modules/esp32/StoreForwardModule.h"
#include <Preferences.h>
#include <nvs_flash.h>
#endif