forked from btclock/btclock_v3
Switch to leaner MCP23017 library, create new aligned partition tables
This commit is contained in:
parent
83d293c58e
commit
af4c466659
13 changed files with 127 additions and 59 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <Adafruit_MCP23X17.h>
|
||||
#include <MCP23017.h>
|
||||
#include <Arduino.h>
|
||||
#include <Preferences.h>
|
||||
#include <WiFiClientSecure.h>
|
||||
|
@ -83,4 +83,6 @@ void addScreenMapping(int value, const char* name);
|
|||
|
||||
int findScreenIndexByValue(int value);
|
||||
String replaceAmbiguousChars(String input);
|
||||
const char* getFirmwareFilename();
|
||||
const char* getFirmwareFilename();
|
||||
|
||||
// void loadIcons();
|
Loading…
Add table
Add a link
Reference in a new issue