disable softap, forgot name in config
This commit is contained in:
parent
1e5fd8fec2
commit
27a7fb73d9
@ -6,6 +6,8 @@
|
|||||||
#define MILLI_AMPS 2000 // IMPORTANT: set the max milli-Amps of your power supply (4A = 4000mA)
|
#define MILLI_AMPS 2000 // IMPORTANT: set the max milli-Amps of your power supply (4A = 4000mA)
|
||||||
#define FRAMES_PER_SECOND 120 // here you can control the speed. With the Access Point / Web Server the animations run a bit slower.
|
#define FRAMES_PER_SECOND 120 // here you can control the speed. With the Access Point / Web Server the animations run a bit slower.
|
||||||
|
|
||||||
|
String StripName = "Egon";
|
||||||
|
|
||||||
const char* ssid = "none";
|
const char* ssid = "none";
|
||||||
const char* password = "none";
|
const char* password = "none";
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ void setup() {
|
|||||||
FastLED.setMaxPowerInVoltsAndMilliamps(5, MILLI_AMPS);
|
FastLED.setMaxPowerInVoltsAndMilliamps(5, MILLI_AMPS);
|
||||||
fill_solid(leds, NUM_LEDS, CRGB::Black);
|
fill_solid(leds, NUM_LEDS, CRGB::Black);
|
||||||
wdt_enable(WDTO_4S); // Watchdog auf 4 s stellen
|
wdt_enable(WDTO_4S); // Watchdog auf 4 s stellen
|
||||||
|
WiFi.softAPdisconnect (true);
|
||||||
FastLED.show();
|
FastLED.show();
|
||||||
Udp.begin(random(5000,5500));
|
Udp.begin(random(5000,5500));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user