added PROMPT_OFFSET and frequency_offset

pico-v0.40
alanbjohnston 3 years ago committed by GitHub
parent 7751c9808b
commit 6c72578b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,7 +78,7 @@
#define TEMPERATURE_PIN 28 // Diode temperature analog pin
#define PORT 8080
#define FREQUENCY_OFFSET 0
//#define FREQUENCY_OFFSET 0
#define TRUE 1
#define FALSE 0
@ -131,6 +131,7 @@
#define PROMPT_I2CSCAN 14
#define PROMPT_WIFI 15
#define PROMPT_CAMERA 16
#define PROMPT_OFFSET 17
#define PAYLOAD_QUERY 1
#define PAYLOAD_RESET 2
@ -224,6 +225,7 @@ void load_sstv_image_2_as_cam_dot_jpg();
void get_input();
void transmit_led(bool status);
void reset_min_max();
int frequency_offset = 0;
#ifndef STASSID
#define STASSID "Pico"

Loading…
Cancel
Save

Powered by TurnKey Linux.