mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-13 02:36:01 -05:00
Update includes
This commit is contained in:
parent
ff4cc62e70
commit
f5f914a2a9
@ -2,8 +2,8 @@
|
||||
#include <stdint.h>
|
||||
#include <EEPROM.h>
|
||||
#include <Arduino.h>//only needed for debugging's Serial.print stuff
|
||||
#include "nano_gui.h"//redrawVFOs() function
|
||||
#include "settings.h"
|
||||
#include "ubitx.h"//redrawVFOs() function
|
||||
|
||||
/**
|
||||
* These are the "magic" indices where these user changable settinngs are stored in the EEPROM
|
||||
|
@ -12,6 +12,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>//uint8_t etc.
|
||||
|
||||
/*
|
||||
* Loads default values for all settings
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user