Skip to content
Snippets Groups Projects

Develop

Merged Michael DM Dryden requested to merge mdryden/dstat-firmware:develop into master
Viewing commit 71142f35
Show latest version
2 files
+ 3
3
Preferences
Compare changes
Files
2
+ 1
1
@@ -100,7 +100,7 @@ int main(void){
settings_read_eeprom();
// Wait for application connection - Get 'c', reply 'K', get 'k'
// Wait for application connection - Get 'c', reply 'K', get 'k'
while(1){
while(getchar() != 'c');
putchar('#');