diff --git a/main.py b/main.py index e4a1769..dd78e57 100644 --- a/main.py +++ b/main.py @@ -24,4 +24,4 @@ async def get_stat(): async def root(): return {'message': 'hello world'} -uvicorn.run(app, host="0.0.0.0", port=12346) +uvicorn.run(app, host="0.0.0.0", port=12346)#123 diff --git a/project/project.ino b/project/project.ino index 594a28d..274298b 100644 --- a/project/project.ino +++ b/project/project.ino @@ -9,6 +9,6 @@ void setup() { void loop() { int sensorVal = digitalRead(PIN_INPUT); - Serial.print(sensorVal); // Выводим значение в мониторе порта + Serial.print(sensorVal); // Выводим значение в мониторе порта 3 delay(500); }