wip cc1101 work

This commit is contained in:
aanper
2020-10-14 10:26:23 +03:00
parent b007b9cb60
commit 3020a2a6b9
4 changed files with 115 additions and 103 deletions

View File

@@ -124,7 +124,7 @@ typedef struct {
static void handle_fb_change(const void* fb, size_t fb_size, void* raw_ctx) {
DisplayCtx* ctx = (DisplayCtx*)raw_ctx; // make right type
fuprintf(ctx->log, "[display_u8g2] change fb\n");
// fuprintf(ctx->log, "[display_u8g2] change fb\n");
// send update to app thread
xSemaphoreGive(ctx->update);