Introduces the new graphics for the NFC writing process. Also fixes some minor display bugs. Hides the service status icons during boot time. Fixes bugs in NFC write process where mutliple parallel API calls a created. Fixes a bug where spoolman is updated if a location tag is written (which is not required or correct).
9 lines
82 B
C
9 lines
82 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
|
|
extern bool booting;
|
|
|
|
#endif |