Skip to content

Commit be7c72c

Browse files
committed
update
1 parent 0fbdd59 commit be7c72c

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SPIFFS_Shell",
3-
"version": "0.0.1",
3+
"version": "0.1",
44
"description": "A Serial-based interface that resembles a Linux shell for interacting with SPIFFS.",
55
"repository": {
66
"type": "git",

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=SPIFFS_Shell
2-
version=0.0.1
2+
version=0.1.0
33
author=masaad01
44
maintainer=masaad01 <masaad01@users.noreply.github.com>
55
sentence=A Serial-based interface that resembles a Linux shell for interacting with SPIFFS.
66
paragraph=The SPIFFSShell command interface provides a set of commands for interacting with the SPIFFS (SPI Flash File System) on an ESP8266 or ESP32 microcontroller. The SPIFFSShell class encapsulates the functionality and provides a command-line interface over the Serial port.
7-
category=SPIFFS, File System, Shell, Serial
7+
category=Data Storage
88
url=https://github.com/masaad01/SPIFFS_Shell
9-
architectures=esp32, esp8266
9+
architectures=esp32, esp8266

src/SPIFFS_Shell.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPIFFS_Shell.h - Library for SPIFFS Shell.
3+
Created by masaad01, 2023-06-02.
4+
Released into the public domain.
5+
*/
6+
17
#ifndef SPIFFS_SHELL_H
28
#define SPIFFS_SHELL_H
39

0 commit comments

Comments
 (0)