Skip to content

Commit

Permalink
Allow HAS_BARO on ESP8266
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnBry committed Nov 20, 2023
1 parent c4fafed commit c6c9bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Baro/devBaro.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "devAnalogVbat.h"
#endif

#if defined(TARGET_UNIFIED_RX) && defined(PLATFORM_ESP32)
#if defined(TARGET_UNIFIED_RX)
#define HAS_BARO
#endif

Expand Down

0 comments on commit c6c9bbe

Please sign in to comment.