Skip to content

Commit

Permalink
Update development time (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaRom authored Jan 6, 2024
1 parent 88ed3c9 commit b5e0d0f
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 awawa-dev
Copyright (c) 2024 awawa-dev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* MIT License
*
* Copyright (c) 2023 awawa-dev
* Copyright (c) 2024 awawa-dev
*
* https://github.com/awawa-dev/HyperSerialESP32
*
Expand Down
2 changes: 1 addition & 1 deletion include/calibration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* MIT License
*
* Copyright (c) 2023 awawa-dev
* Copyright (c) 2024 awawa-dev
*
* https://github.com/awawa-dev/HyperSerialESP32
*
Expand Down
2 changes: 1 addition & 1 deletion include/framestate.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* MIT License
*
* Copyright (c) 2023 awawa-dev
* Copyright (c) 2024 awawa-dev
*
* https://github.com/awawa-dev/HyperSerialESP32
*
Expand Down
2 changes: 1 addition & 1 deletion include/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* MIT License
*
* Copyright (c) 2023 awawa-dev
* Copyright (c) 2024 awawa-dev
*
* https://github.com/awawa-dev/HyperSerialESP32
*
Expand Down
2 changes: 1 addition & 1 deletion include/powercontrol.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* MIT License
*
* Copyright (c) 2023 awawa-dev
* Copyright (c) 2024 awawa-dev
*
* https://github.com/awawa-dev/HyperSerialESP32
*
Expand Down
2 changes: 1 addition & 1 deletion include/statistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* MIT License
*
* Copyright (c) 2023 awawa-dev
* Copyright (c) 2024 awawa-dev
*
* https://github.com/awawa-dev/HyperSerialESP32
*
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* MIT License
*
* Copyright (c) 2023 awawa-dev
* Copyright (c) 2024 awawa-dev
*
* https://github.com/awawa-dev/HyperSerialESP32
*
Expand Down Expand Up @@ -243,7 +243,7 @@ void setup()
Serial.write("LED_POWER_PIN = ");
Serial.println(LED_POWER_PIN);
powerControl.init();
#endif
#endif

if (multicore)
{
Expand Down
4 changes: 2 additions & 2 deletions test/test_MultiSegment/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* MIT License
*
* Copyright (c) 2023 awawa-dev
* Copyright (c) 2024 awawa-dev
*
* https://github.com/awawa-dev/HyperSerialESP32
*
Expand Down Expand Up @@ -120,7 +120,7 @@ class SerialTester
inline size_t print(char*)
{
return 0;
}
}

int available(void)
{
Expand Down
2 changes: 1 addition & 1 deletion test/test_MultiSegmentReversed/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* MIT License
*
* Copyright (c) 2023 awawa-dev
* Copyright (c) 2024 awawa-dev
*
* https://github.com/awawa-dev/HyperSerialESP32
*
Expand Down
4 changes: 2 additions & 2 deletions test/test_SingleSegment/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* MIT License
*
* Copyright (c) 2023 awawa-dev
* Copyright (c) 2024 awawa-dev
*
* https://github.com/awawa-dev/HyperSerialESP32
*
Expand Down Expand Up @@ -217,7 +217,7 @@ class SerialTester
inline size_t print(char*)
{
return 0;
}
}

int available(void)
{
Expand Down

0 comments on commit b5e0d0f

Please sign in to comment.