This commit is contained in:
fvanroie 2021-07-12 04:17:07 +02:00
parent 019fe20e1c
commit db57b0512a

View File

@ -15,7 +15,7 @@ void custom_setup()
void custom_loop() void custom_loop()
{ {
// Non-blocking code here, this should execure very fast! // Non-blocking code here, this should execute very fast!
} }
void custom_every_second() void custom_every_second()