From 0d12fa79378180dd3802d7cfd29a9f4d9219d7a1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 4 Dec 2021 15:22:56 +1100 Subject: [PATCH] AP_HAL_ESP32: revert compass parameter changes --- libraries/AP_HAL_ESP32/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/AP_HAL_ESP32/README.md b/libraries/AP_HAL_ESP32/README.md index 43983747a4..6ca30d3650 100644 --- a/libraries/AP_HAL_ESP32/README.md +++ b/libraries/AP_HAL_ESP32/README.md @@ -182,9 +182,9 @@ After flashing the esp32 , u can connect with a terminal app of your preference ### Compass (using i2c) - u need to set the ardupilot params, and connected a GPS that has at least one i2c compass on it.. tested this with a HMC5883 and/or LIS3MDL COMPASS_ENABLE=1 -COMPASS1_EXTERN=1 -COMPASS2_EXTERN=1 -COMPASS3_EXTERN=1 +COMPASS_EXTERNAL=1 +COMPASS_EXTERN2=1 +COMPASS_EXTERN3=1 ### Analog input/s