Skip to content

Commit

Permalink
Update HISTORY_RING_BUFFER_SIZE_BYTES configuration option in platfor…
Browse files Browse the repository at this point in the history
…mio.ini
  • Loading branch information
melkati committed Apr 29, 2024
1 parent 5e1be42 commit b373320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ build_flags =
-DRED_PIN_HIGH=1 ; Should the RED_PIN_HIGH go high or low at threshold
-DPIN_HYSTERESIS=100 ; Hysteresis PPM to avoid pins going ON and OFF continuously. TODO : Minimum time to switch
-DBUZZER_HYSTERESIS=50 ; Hysteresis PPM to avoid BUZZER ON and OFF
-DHISTORY_RING_BUFFER_SIZE_BYTES=10000 ; Number of samples to keep in history for charting. Try to save memory by using just what you need (recommended < 10000 for boards without PSRAM).
-DHISTORY_RING_BUFFER_SIZE_BYTES=10000 ; Number of samples to keep in history for MyAmbiance. Try to save memory by using just what you need (recommended < 10000 for boards without PSRAM).

-DMQTT_DISCOVERY_PREFIX="\"homeassistant/\""
-DESPNOW_PEER_MAC_ADDRESS="{0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}" ; MAC Address of the ESP-NOW receiver (STA MAC). For unicast use peer address, as: {0xE8, 0x68, 0xE7, 0x0F, 0x08, 0x90}
Expand Down

0 comments on commit b373320

Please sign in to comment.