This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree 24 files changed +48
-24
lines changed
24 files changed +48
-24
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,12 @@ void setup()
64
64
{
65
65
// Debug console
66
66
Serial.begin (115200 );
67
- while (!Serial);
67
+ while (!Serial && millis () < 5000 );
68
68
69
69
delay (200 );
70
70
71
71
Serial.print (F (" \n Starting RP2040_WiFiNINA on " )); Serial.println (BOARD_NAME);
72
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
72
73
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
73
74
74
75
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change @@ -301,13 +301,14 @@ void setup()
301
301
{
302
302
// Debug console
303
303
Serial.begin (115200 );
304
- while (!Serial);
304
+ while (!Serial && millis () < 5000 );
305
305
306
306
pinMode (LED_PIN, OUTPUT);
307
307
308
308
delay (200 );
309
309
310
310
Serial.print (F (" \n Starting RP2040_WiFiNINA_MQTT on " )); Serial.println (BOARD_NAME);
311
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
311
312
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
312
313
313
314
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change @@ -64,11 +64,12 @@ void setup()
64
64
{
65
65
// Debug console
66
66
Serial.begin (115200 );
67
- while (!Serial);
67
+ while (!Serial && millis () < 5000 );
68
68
69
69
delay (200 );
70
70
71
71
Serial.print (F (" \n Starting SAMD_WiFiNINA on " )); Serial.println (BOARD_TYPE);
72
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
72
73
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
73
74
74
75
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
20
#define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change @@ -300,13 +300,14 @@ void setup()
300
300
{
301
301
// Debug console
302
302
Serial.begin (115200 );
303
- while (!Serial);
303
+ while (!Serial && millis () < 5000 );
304
304
305
305
pinMode (LED_PIN, OUTPUT);
306
306
307
307
delay (200 );
308
308
309
309
Serial.print (F (" \n Starting SAMD_WiFiNINA_MQTT on " )); Serial.println (BOARD_TYPE);
310
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
310
311
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
311
312
312
313
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change @@ -64,11 +64,12 @@ void setup()
64
64
{
65
65
// Debug console
66
66
Serial.begin (115200 );
67
- while (!Serial);
67
+ while (!Serial && millis () < 5000 );
68
68
69
69
delay (200 );
70
70
71
71
Serial.print (F (" \n Starting SAM_DUE_WiFiNINA on " )); Serial.println (BOARD_TYPE);
72
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
72
73
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
73
74
74
75
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change @@ -300,13 +300,14 @@ void setup()
300
300
{
301
301
// Debug console
302
302
Serial.begin (115200 );
303
- while (!Serial);
303
+ while (!Serial && millis () < 5000 );
304
304
305
305
pinMode (LED_PIN, OUTPUT);
306
306
307
307
delay (200 );
308
308
309
309
Serial.print (F (" \n Starting SAM_DUE_WiFiNINA_MQTT on " )); Serial.println (BOARD_TYPE);
310
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
310
311
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
311
312
312
313
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change @@ -64,11 +64,12 @@ void setup()
64
64
{
65
65
// Debug console
66
66
Serial.begin (115200 );
67
- while (!Serial);
67
+ while (!Serial && millis () < 5000 );
68
68
69
69
delay (200 );
70
70
71
71
Serial.print (F (" \n Starting STM32_WiFiNINA on " )); Serial.println (BOARD_TYPE);
72
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
72
73
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
73
74
74
75
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change @@ -300,13 +300,14 @@ void setup()
300
300
{
301
301
// Debug console
302
302
Serial.begin (115200 );
303
- while (!Serial);
303
+ while (!Serial && millis () < 5000 );
304
304
305
305
pinMode (LED_PIN, OUTPUT);
306
306
307
307
delay (200 );
308
308
309
309
Serial.print (F (" \n Starting STM32_WiFiNINA_MQTT on " )); Serial.println (BOARD_TYPE);
310
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
310
311
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
311
312
312
313
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change @@ -64,11 +64,12 @@ void setup()
64
64
{
65
65
// Debug console
66
66
Serial.begin (115200 );
67
- while (!Serial);
67
+ while (!Serial && millis () < 5000 );
68
68
69
69
delay (200 );
70
70
71
71
Serial.print (F (" \n Starting Teensy_WiFiNINA on " )); Serial.println (BOARD_TYPE);
72
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
72
73
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
73
74
74
75
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
24
25
#if ( defined(ESP8266 ) || defined(ESP32 ) || defined(ARDUINO_AVR_MEGA ) || defined(ARDUINO_AVR_MEGA2560 ) || !defined(CORE_TEENSY ) )
25
- # error This code is intended to run on Teensy platform! Please check your Tools->Board setting.
26
+ # error This code is intended to run on Teensy platform! Please check your Tools->Board setting.
26
27
#endif
27
28
28
29
#ifdef CORE_TEENSY
Original file line number Diff line number Diff line change @@ -300,13 +300,14 @@ void setup()
300
300
{
301
301
// Debug console
302
302
Serial.begin (115200 );
303
- while (!Serial);
303
+ while (!Serial && millis () < 5000 );
304
304
305
305
pinMode (LED_PIN, OUTPUT);
306
306
307
307
delay (200 );
308
308
309
309
Serial.print (F (" \n Starting Teensy_WiFiNINA_MQTT on " )); Serial.println (BOARD_TYPE);
310
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
310
311
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
311
312
312
313
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change @@ -64,11 +64,12 @@ void setup()
64
64
{
65
65
// Debug console
66
66
Serial.begin (115200 );
67
- while (!Serial);
67
+ while (!Serial && millis () < 5000 );
68
68
69
69
delay (200 );
70
70
71
71
Serial.print (F (" \n Starting nRF52_WiFiNINA on " )); Serial.println (BOARD_TYPE);
72
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
72
73
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
73
74
74
75
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
Original file line number Diff line number Diff line change 17
17
#define DEBUG_WIFI_WEBSERVER_PORT Serial
18
18
#define WIFININA_DEBUG_OUTPUT Serial
19
19
20
- #define _WIFININA_LOGLEVEL_ 2
20
+ #define _WIFININA_LOGLEVEL_ 1
21
+ #define _WIFIMULTI_LOGLEVEL_ 1
21
22
22
23
#define DRD_GENERIC_DEBUG true
23
24
Original file line number Diff line number Diff line change @@ -301,13 +301,14 @@ void setup()
301
301
{
302
302
// Debug console
303
303
Serial.begin (115200 );
304
- while (!Serial);
304
+ while (!Serial && millis () < 5000 );
305
305
306
306
pinMode (LED_PIN, OUTPUT);
307
307
308
308
delay (200 );
309
309
310
310
Serial.print (F (" \n Starting nRF52_WiFiNINA_MQTT on " )); Serial.println (BOARD_TYPE);
311
+ Serial.println (WIFIMULTI_GENERIC_VERSION);
311
312
Serial.println (WIFIMANAGER_NINA_LITE_VERSION);
312
313
313
314
WiFiManager_NINA = new WiFiManager_NINA_Lite ();
You can’t perform that action at this time.
0 commit comments