mv plugins/ to modules/

This commit is contained in:
Jm Casler
2022-02-26 23:56:26 -08:00
parent 9050fe7f90
commit 218a208ab7
48 changed files with 27 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "main.h"
#include "mesh-pb-constants.h"
#include "mesh/Channels.h"
#include "plugins/TextMessagePlugin.h"
#include "modules/TextMessagePlugin.h"
#include "sleep.h"
#include "target_specific.h"
#include "utils.h"