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:
@@ -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
|
||||
|
Reference in New Issue
Block a user