igrr/nvs-dotenv

1.0.1

uploaded 7 months ago
nvs-doteenv makes variables defined in a .env file accessible using getenv function

Api

# API Reference

## Header files

- [nvs_dotenv.h](#file-nvs_dotenvh)

## File nvs_dotenv.h


## Functions

| Type | Name |
| ---: | :--- |
|  esp\_err\_t | [**nvs\_dotenv\_load**](#function-nvs_dotenv_load) (void) <br>_Load environment variables from NVS._ |



## Functions Documentation

### function `nvs_dotenv_load`

_Load environment variables from NVS._
```c
esp_err_t nvs_dotenv_load (
    void
) 
```

**Returns:**

ESP\_OK on success


Links

Supports all targets

To add this component to your project, run:

idf.py add-dependency "igrr/nvs-dotenv^1.0.1"

download archive

Stats

  • Archive size
    Archive size ~ 15.94 KB
  • Downloaded in total
    Downloaded in total 73 times
  • Weekly Downloads Weekly Downloads (All Versions)
  • Downloaded this version
    This version: 11 times

Badge

igrr/nvs-dotenv version: 1.0.1
|