-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
__System Information__
- CC3220SF
- Simplelink SDK version: 2.10.0.4
- XDC tools version: 3.50.08.24
- Code Composer version: 8.3.0
- Compiler version: ti-cgt-arm_08.1.3.LTS
__Issue__
Intermi…
-
### The Problem
Hallo, bei einem meiner Stromzähler ist es leider so, dass dieser andersherum zählt als die anderen. Das heißt, auf der Zahlenwalze kommt die nächsthöhere Zahl von oben, und nicht wie…
-
**Is your feature request related to a problem? Please describe.**
I like the systemd implementation of a minimalistic clock sync service since it eliminate additional dependency on my systems. The b…
-
https://github.com/tass-belgium/picotcp/blob/4caf65005045f0d34592274a5edd20c0d40d83f7/modules/pico_sntp_client.c#L469
When performing a SNTP sync there is a memory leak of about 1k.
I'm at the lat…
-
```
22:59:56 [V] [rxLoop:167] Have 45 bytes from CC1101 Rx, RSSI: -94 dBm LQI: 129
22:59:56 [D] [mbus:034] Processing T1 A frame
22:59:56 [V] [mbus:045] Frame: 36571C2D6734393C71B6638D96C58D5AC3B19…
-
Please document and describe the format of the data returned in parameter `uint8_t *data`
-
Code:
```
void beep(void *arg) {
LOG(LL_INFO, ("mg_time: %lf", mg_time()));
LOG(LL_INFO, ("micros: %lu", micros()));
(void) arg;
}
enum mgos_app_init_result mgos_app_init(void) {
m…
-
I used the example of extras/sntp and then, based on a timer that triggers every second, collect a time_t=time(NULL) when 60 triggers have passed
This should give a constant update of near 1 min…
-
I've ran into issues trying to run the chip. It gets to Initializing SNTP and then fails.
B-L475E-IOT01A1
ERROR: Unable to resolve SNTP IP (0x000000a3)
I tried to update the firmware but it did…