Merge pull request #360 from meshtastic/correct-description

This commit is contained in:
Ben Meadors 2023-06-27 19:15:31 -05:00 committed by GitHub
commit e4396fd499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ message DeviceState {
repeated NodeRemoteHardwarePin node_remote_hardware_pins = 13;
/*
* New lite version of NodeDB to decrease
* New lite version of NodeDB to decrease memory footprint
*/
repeated NodeInfoLite node_db_lite = 14;
}