plugins: rename "temperature_store" plugin to "data_store".

This is in preparation for additional storage functionality.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine
2020-09-28 14:08:40 -04:00
parent a578199dab
commit b8fc6f5130
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ MAX_LOG_ATTEMPTS = 10 * LOG_ATTEMPT_INTERVAL
CORE_PLUGINS = [
'file_manager', 'klippy_apis', 'machine',
'temperature_store', 'shell_command']
'data_store', 'shell_command']
class Sentinel:
pass