mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 04:09:49 +03:00
NWRAM write fixed, startup algoritm improved to achive more independancy from net, DUE: WDT deployed, HTTP client redeveloped
This commit is contained in:
3
utils.h
3
utils.h
@@ -1,4 +1,4 @@
|
||||
/* Copyright © 2017 Andrey Klimov. All rights reserved.
|
||||
/* Copyright © 2017-2018 Andrey Klimov. All rights reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -24,3 +24,4 @@ void SetBytes(uint8_t* addr, uint8_t count, char * out);
|
||||
void SetAddr(char * out, uint8_t* addr);
|
||||
uint8_t HEX2DEC(char i);
|
||||
int getInt(char ** chan);
|
||||
int freeRam ();
|
||||
|
||||
Reference in New Issue
Block a user