Andrew Ward

Results 3 issues of Andrew Ward

**Describe the bug** When building the example code: **RemoteDebug_Basic.ino** Arduino IDE build fails with "**core_esp8266_features.h ...error: expected ',' or ';' before 'esp_is_8285**' Full line: ``` /Users/myself/Documents/Arduino/hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_features.h:132:38: error: expected ',' or...

Using getMotionDetectionThreshold() thusly: ``` BMI160.begin(BMI160GenClass::I2C_MODE, I2C_ADDR_ACCEL_BMI160, ACCEL_INT_1_PIN); ... Serial.print(", MotionDetectionThreshold:"); Serial.print(BMI160.getMotionDetectionThreshold()); ... Serial.println(); ``` I get ``` Compiling sketch... /Users/myself/Library/Arduino15/packages/esp32/tools/xtensa-esp32s2-elf-gcc/gcc8_4_0-esp-2021r2-patch3/bin/xtensa-esp32s2-elf-g++ -DHAVE_CONFIG_H "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -D_GNU_SOURCE "-DIDF_VER=\"v4.4.2\"" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -I/Users/myself/Library/Arduino15/packages/esp32/hardware/esp32/2.0.5/tools/sdk/esp32s2/include/newlib/platform_include ......

How is this code licensed? If I want to use it (as is) in my company, what licensing can I tell my legal dept this has?