Update includes

This commit is contained in:
Reed Nightingale 2020-04-21 21:12:02 -07:00
parent ff4cc62e70
commit f5f914a2a9
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -12,6 +12,8 @@
#pragma once
#include <stdint.h>//uint8_t etc.
/*
* Loads default values for all settings
*/