You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These must be added under `lib_deps` in your `platform.ini` (or `platform_override.ini`).
13
8
Data is published over MQTT - make sure you've enabled the MQTT sync interface.
14
9
15
10
## Compilation
16
11
12
+
Add "MAX17048_v2" to your platformio.ini environment's custom_usermods and build.
17
13
To enable, compile with `USERMOD_MAX17048` define in the build_flags (e.g. in `platformio.ini` or `platformio_override.ini`) such as in the example below:
0 commit comments