Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk GRASP
1 2 3 4 5 6 7 8 9 10
#ifndef WIFISTR_H #define WIFISTR_H #include "esp_err.h" esp_err_t wifistr_publish(void); void wifistr_start_periodic(int interval_s); #endif