No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.py 99B

1234
  1. class Config:
  2. # Set your wifi ssid and password here
  3. ssid = const('')
  4. password = const('')