diff --git a/src/main.cpp b/src/main.cpp index 6e9f8ea..4ea1a2b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,41 +25,116 @@ const char* password = STAPSK; uint8_t rgb[3] = {122,122,122}; uint8_t wave = 0; int mode = 0; +int o1 = 0; //Option 1 +int o2 = 0; //Option 2 +String modenames[] = {"default", "random", "simple wave", "Multiwave", "insertionsort","bubblesort", "stalinsort","dual mulitwave with options","quicksort"}; ESP8266WebServer server(80); const int led = LED_BUILTIN; -const String postForms = "\ +String postFirstHalf = "\
\