Skip to content

Latest commit

 

History

History

ep_config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Eydam-Prototyping: ep_config

A simple module to edit config files in JSON format. I use it in some of my other modules.

import ep_config

c = ep_config.config()
#c.config = c.make_sample_config()
c.load()

c.set("wifi_config/dhcp_hostname", "ESP32")
c.save()