pico-v0.1
alanbjohnston 4 years ago committed by GitHub
parent 984c2af570
commit 148b93451f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -153,7 +153,18 @@ void payload_OK_only();
void client_print_string(char *string)'
bool check_for_wifi();
void check_for_browser();
void configure_wifi();
#ifndef STASSID
#define STASSID "Pico"
#define STAPSK "picoPassword"
#endif
WiFiServer server(port);
WiFiClient client;
const char* ssid = STASSID;
const char* password = STAPSK;
int port = 7373;
bool wifi = false;
extern int Encode_8b10b[][256];

Loading…
Cancel
Save

Powered by TurnKey Linux.