sysctl: remove 2 todos

This commit is contained in:
Lukas F. Hartmann 2024-04-17 17:51:45 +02:00
parent a2530c3be9
commit 42af610c64
No known key found for this signature in database
GPG Key ID: 376511EB67AD7BAF
1 changed files with 0 additions and 2 deletions

View File

@ -852,14 +852,12 @@ void handle_commands(char chr) {
// turn reporting to i.MX on or off
}
else if (remote_cmd == 'w') {
// TODO
// wake SoC
som_wake();
sprintf(uart_buffer,"system: wake\r\n");
uart_puts(UART_ID, uart_buffer);
}
else if (remote_cmd == 'c') {
// TODO
// get status of cells, current, voltage, fuel gauge
int mA = (int)(report_current*1000.0);
char mA_sign = ' ';