This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.0.2
More details
| Board | Claims compatibility | Inclusion | ReadSHT1xValues |
|---|---|---|---|
|
arduino:avr:uno
1.8.4 |
No | FAIL | FAIL |
|
arduino:mbed_nano:nanorp2040connect
2.7.2 |
No ⚠️ | PASS | PASS |
|
arduino:megaavr:nona4809
1.8.7 |
No | FAIL | FAIL |
|
arduino:samd:mkrwifi1010
1.8.12 |
No ⚠️ | PASS | PASS |
|
esp32:esp32:d1_mini32
1.0.6 |
Yes | PASS | PASS |
Result: FAIL
This library has no main header file so an empty one was created.
WARNING: library SHT1x_sensor_library_for_ESPx claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp: In member function 'bool SHT1x::waitForResultSHT(uint8_t) const':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:194:2: error: 'time_t' was not declared in this scope
time_t startWait = millis();
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:194:2: note: suggested alternative: 'size_t'
time_t startWait = millis();
^~~~~~
size_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:204:19: error: 'startWait' was not declared in this scope
if ((millis() - startWait) > 1000)
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:204:19: note: suggested alternative: 'strlcat'
if ((millis() - startWait) > 1000)
^~~~~~~~~
strlcat
Result: FAIL
WARNING: library SHT1x_sensor_library_for_ESPx claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp: In member function 'bool SHT1x::waitForResultSHT(uint8_t) const':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:194:2: error: 'time_t' was not declared in this scope
time_t startWait = millis();
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:194:2: note: suggested alternative: 'size_t'
time_t startWait = millis();
^~~~~~
size_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:204:19: error: 'startWait' was not declared in this scope
if ((millis() - startWait) > 1000)
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:204:19: note: suggested alternative: 'strlcat'
if ((millis() - startWait) > 1000)
^~~~~~~~~
strlcat
Result: PASS
This library has no main header file so an empty one was created.
WARNING: library SHT1x_sensor_library_for_ESPx claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). Sketch uses 78756 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43444 bytes (16%) of dynamic memory, leaving 226892 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
WARNING: library SHT1x_sensor_library_for_ESPx claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). Sketch uses 81638 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43452 bytes (16%) of dynamic memory, leaving 226884 bytes for local variables. Maximum is 270336 bytes.
Result: FAIL
This library has no main header file so an empty one was created.
WARNING: library SHT1x_sensor_library_for_ESPx claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp: In member function 'bool SHT1x::waitForResultSHT(uint8_t) const':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:194:2: error: 'time_t' was not declared in this scope
time_t startWait = millis();
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:194:2: note: suggested alternative: 'size_t'
time_t startWait = millis();
^~~~~~
size_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:204:19: error: 'startWait' was not declared in this scope
if ((millis() - startWait) > 1000)
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:204:19: note: suggested alternative: 'strlcat'
if ((millis() - startWait) > 1000)
^~~~~~~~~
strlcat
Result: FAIL
WARNING: library SHT1x_sensor_library_for_ESPx claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp: In member function 'bool SHT1x::waitForResultSHT(uint8_t) const':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:194:2: error: 'time_t' was not declared in this scope
time_t startWait = millis();
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:194:2: note: suggested alternative: 'size_t'
time_t startWait = millis();
^~~~~~
size_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:204:19: error: 'startWait' was not declared in this scope
if ((millis() - startWait) > 1000)
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SHT1x_sensor_library_for_ESPx/SHT1x-ESP.cpp:204:19: note: suggested alternative: 'strlcat'
if ((millis() - startWait) > 1000)
^~~~~~~~~
strlcat
Result: PASS
This library has no main header file so an empty one was created.
WARNING: library SHT1x_sensor_library_for_ESPx claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). Sketch uses 12156 bytes (4%) of program storage space. Maximum is 262144 bytes. Global variables use 2996 bytes (9%) of dynamic memory, leaving 29772 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
WARNING: library SHT1x_sensor_library_for_ESPx claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). Sketch uses 22368 bytes (8%) of program storage space. Maximum is 262144 bytes. Global variables use 3004 bytes (9%) of dynamic memory, leaving 29764 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
This library has no main header file so an empty one was created.
Sketch uses 198170 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13096 bytes (3%) of dynamic memory, leaving 314584 bytes for local variables. Maximum is 327680 bytes.
Result: PASS
Sketch uses 207350 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13432 bytes (4%) of dynamic memory, leaving 314248 bytes for local variables. Maximum is 327680 bytes.