mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
noSerial option, DHT fix, 8266 slim to fit Sonoff
This commit is contained in:
@@ -116,7 +116,7 @@ NRFFlashStorage EEPROM;
|
||||
debugSerial<<(F(" Res:"))<<res<<endl;
|
||||
return res;
|
||||
};
|
||||
void flashStream::close() {fs.close(); debugSerial<<filename<<" Closed\n";};
|
||||
void flashStream::close() {fs.flush();fs.close(); debugSerial<<filename<<" Closed\n";};
|
||||
void flashStream::flush() {fs.flush(); debugSerial<<filename<<" Flushed\n";};
|
||||
size_t flashStream::write(uint8_t ch)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user