mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 01:07:44 +03:00
- Correcting for the horizontal margin
This commit is contained in:
@@ -64,7 +64,7 @@ void loop() {
|
||||
WebsocketsMessage msg = client.readBlocking();
|
||||
uint32_t t = millis();
|
||||
|
||||
TJpgDec.drawJpg(-30, yPos, (const uint8_t*)msg.c_str(), msg.length());
|
||||
TJpgDec.drawJpg(-40, yPos, (const uint8_t*)msg.c_str(), msg.length());
|
||||
|
||||
t = millis() - t;
|
||||
Serial.print(t); Serial.println(" ms");
|
||||
|
||||
Reference in New Issue
Block a user