small tweaks and another test release

This commit is contained in:
camh 2022-02-12 23:42:19 -08:00
parent 3985d86486
commit ef29cf88e1
4 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const createHttpLink = require('apollo-link-http').createHttpLink;
const gql = require('graphql-tag')
// TEST_MODE can be turned on or off to prevent communications with the Apollo iMessage Server running on your modern Mac
const TEST_MODE = true
const TEST_MODE = false
const DEBUG = false
let lastMessageFromSerialPortTime

Binary file not shown.

Binary file not shown.

View File

@ -202,6 +202,8 @@ void EventLoop(struct nk_context *ctx)
// new chat lookups
if (TickCount() - lastUpdatedTickCountMessagesInChat > 300) {
lastUpdatedTickCountMessagesInChat = TickCount();
if (strcmp(activeChat, "no active chat")) {
// writeSerialPortDebug(boutRefNum, "check chat");