index
:
etlas
master
An e-paper display for news, stocks, and weather powered by ESP32.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
esp32
/
main
/
wifi.h
blob: e526eef738192b342556663ec337fe3188d5a5fb (
plain
)
1
2
3
4
5
6
#ifndef WIFI_H #define WIFI_H void wifi_connect(void); #endif /* WIFI_H */